Shades of Cornflower Blue #6E8EEA
Tints of Cornflower Blue #6E8EEA
RGB
CMYK
RGB Variations
Color information
#6E8EEA (or 0x6E8EEA) is known color: Cornflower Blue. HEX triplet: 6E, 8E and EA. RGB value is (110,142,234). Sum of RGB (Red+Green+Blue) = 110+142+234=486 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.63% from 486); Green value is 142 (55.86% from 255 or 29.22% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #6E8EEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E8EEA is #917115. Grayscale: #8E8E8E. Windows color (decimal): -9531670 or 15371886. OLE color: 15371886.
HSL color Cylindrical-coordinate representation of color #6E8EEA: hue angle of 224.52º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E8EEA is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 110 | 142 | 234 | - |
| CMYK | 0.53 | 0.39 | 0 | 0.08 |
| HSL | 224.52º | 0.75% | 0.67% | - |
| HSV(B) | 224.52º | 0.53% | 0.92% | - |
| XYZ | 30.95 | 28.6 | 81.73 | - |
| YUV | 142.92 | 179.4 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 142 | 234 | 0.53 | 0.39 | 0 | 0.08 | 224.52 | 0.75 | 0.67 |
| Hex | 6E | 8E | EA | 35 | 27 | 0 | 8 | E1 | 4B | 43 |
| Octal | 156 | 216 | 352 | 65 | 47 | 0 | 10 | 341 | 113 | 103 |
| Binary | 1101110 | 10001110 | 11101010 | 110101 | 100111 | 0 | 1000 | 11100001 | 1001011 | 1000011 |
Color Harmonies of #6E8EEA
Complementary color
Monochromatic Colors of #6E8EEA
Black with #6E8EEA
Text Example
Text Example
White with #6E8EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8EEA; }
p { color: rgb(110,142,234); }
H1.HeaderClassName
{
color: #6E8EEA;
}
.AnyTagClassName
{
color: #6E8EEA;
}
</style>
background-color css
<style>
a { background-color: #6E8EEA; }
a { background-color: rgb(110,142,234); }
div.DivClassName
{
background-color: #6E8EEA;
}
.BgClassName
{
background-color: #6E8EEA;
}
</style>
border-color css
<style>
span { border-color: #6E8EEA; }
span { border-color: rgb(110,142,234); }
td.TdClassName
{
border-color: #6E8EEA;
}
.TagClassName
{
border-color: #6E8EEA;
}
</style>