Shades of Cornflower Blue #6E9CE6
Tints of Cornflower Blue #6E9CE6
RGB
CMYK
RGB Variations
Color information
#6E9CE6 (or 0x6E9CE6) is known color: Cornflower Blue. HEX triplet: 6E, 9C and E6. RGB value is (110,156,230). Sum of RGB (Red+Green+Blue) = 110+156+230=496 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.18% from 496); Green value is 156 (61.33% from 255 or 31.45% from 496); Blue value is 230 (90.23% from 255 or 46.37% from 496); Max value from RGB is 230 - color contains mainly: blue. Hex color #6E9CE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E9CE6 is #916319. Grayscale: #969696. Windows color (decimal): -9528090 or 15113326. OLE color: 15113326.
HSL color Cylindrical-coordinate representation of color #6E9CE6: hue angle of 217º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6E9CE6 is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 110 | 156 | 230 | - |
| CMYK | 0.52 | 0.32 | 0 | 0.10 |
| HSL | 217º | 0.71% | 0.67% | - |
| HSV(B) | 217º | 0.52% | 0.9% | - |
| XYZ | 32.6 | 32.81 | 79.48 | - |
| YUV | 150.68 | 172.76 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 156 | 230 | 0.52 | 0.32 | 0 | 0.10 | 217 | 0.71 | 0.67 |
| Hex | 6E | 9C | E6 | 34 | 20 | 0 | A | D9 | 47 | 43 |
| Octal | 156 | 234 | 346 | 64 | 40 | 0 | 12 | 331 | 107 | 103 |
| Binary | 1101110 | 10011100 | 11100110 | 110100 | 100000 | 0 | 1010 | 11011001 | 1000111 | 1000011 |
Color Harmonies of #6E9CE6
Complementary color
Monochromatic Colors of #6E9CE6
Black with #6E9CE6
Text Example
Text Example
White with #6E9CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9CE6; }
p { color: rgb(110,156,230); }
H1.HeaderClassName
{
color: #6E9CE6;
}
.AnyTagClassName
{
color: #6E9CE6;
}
</style>
background-color css
<style>
a { background-color: #6E9CE6; }
a { background-color: rgb(110,156,230); }
div.DivClassName
{
background-color: #6E9CE6;
}
.BgClassName
{
background-color: #6E9CE6;
}
</style>
border-color css
<style>
span { border-color: #6E9CE6; }
span { border-color: rgb(110,156,230); }
td.TdClassName
{
border-color: #6E9CE6;
}
.TagClassName
{
border-color: #6E9CE6;
}
</style>