#6395ee Color Schemes and Preview
The color #6395ee has a rich RGB composition of 38.8% red, 58.4% green, and 93.3% blue. With its HSL value being H:218°, S:80%, L:66%. It pairs with complementary colors like #eebc63 or harmonious analogous tones such as #6395ee and #7763ee.
Color Conversion
RGB: R:99, G:149, B:238
HSL: H:218°, S:80%, L:66%
CMYK: C:58, M:37, Y:0, K:7
Similar Colors to #6395ee
Colors That Go with #6395ee
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Complementary Colors
Analogous Colors
Split Complementary Colors
Triadic Colors
Monochromatic Colors
Color Preview
This section previews how the color looks when used in different ways.
This text is styled with the color #6395ee.
This inline text is colored with #6395ee.Accessibility: Contrast Checker
Large Text
Normal Text
2.97:1
WCAG 2.2 Simple Contrast
Large Text: fail
AAA Normal Text: fail
AAA Large Text: fail
Large Text
Normal Text
7.06:1
WCAG 2.2 Simple Contrast
Large Text: pass
AAA Normal Text: pass
AAA Large Text: pass
CSS Codes
Use the following CSS snippets to apply the color to text, background, or borders.
/* Text Color */ .text { color: #6395ee; } /* Background Color */ .background { background-color: #6395ee; } /* Border Color */ .border { border: 1px solid #6395ee; }
#6395ee Border Color
<div style="border:3px solid #6395ee">Div content here</div>
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6395ee; -webkit-box-shadow: 1px 1px 3px 2px #6395ee; box-shadow: 1px 1px 3px 2px #6395ee">Div content here</div>
Text Shadow with Hex Values
Text here
This text has shadow with hex values.
<p style="text-shadow: 4px 4px 2px #6395ee;">Text here</p>
Text Shadow with RGB Values
Text here
This text has shadow with RGB values.
<p style="text-shadow: 4px 4px 2px rgba(99, 149, 238, 0.8);">Text here</p>