Shades of Cornflower Blue #6E8FDC
Tints of Cornflower Blue #6E8FDC
RGB
CMYK
RGB Variations
Color information
#6E8FDC (or 0x6E8FDC) is known color: Cornflower Blue. HEX triplet: 6E, 8F and DC. RGB value is (110,143,220). Sum of RGB (Red+Green+Blue) = 110+143+220=473 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.26% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #6E8FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E8FDC is #917023. Grayscale: #8D8D8D. Windows color (decimal): -9531428 or 14454638. OLE color: 14454638.
HSL color Cylindrical-coordinate representation of color #6E8FDC: hue angle of 222º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E8FDC is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 143 | 220 | - |
| CMYK | 0.50 | 0.35 | 0 | 0.14 |
| HSL | 222º | 0.61% | 0.65% | - |
| HSV(B) | 222º | 0.5% | 0.86% | - |
| XYZ | 29.17 | 28.13 | 71.6 | - |
| YUV | 141.91 | 172.07 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 143 | 220 | 0.50 | 0.35 | 0 | 0.14 | 222 | 0.61 | 0.65 |
| Hex | 6E | 8F | DC | 32 | 23 | 0 | E | DE | 3D | 41 |
| Octal | 156 | 217 | 334 | 62 | 43 | 0 | 16 | 336 | 75 | 101 |
| Binary | 1101110 | 10001111 | 11011100 | 110010 | 100011 | 0 | 1110 | 11011110 | 111101 | 1000001 |
Color Harmonies of #6E8FDC
Complementary color
Monochromatic Colors of #6E8FDC
Black with #6E8FDC
Text Example
Text Example
White with #6E8FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8FDC; }
p { color: rgb(110,143,220); }
H1.HeaderClassName
{
color: #6E8FDC;
}
.AnyTagClassName
{
color: #6E8FDC;
}
</style>
background-color css
<style>
a { background-color: #6E8FDC; }
a { background-color: rgb(110,143,220); }
div.DivClassName
{
background-color: #6E8FDC;
}
.BgClassName
{
background-color: #6E8FDC;
}
</style>
border-color css
<style>
span { border-color: #6E8FDC; }
span { border-color: rgb(110,143,220); }
td.TdClassName
{
border-color: #6E8FDC;
}
.TagClassName
{
border-color: #6E8FDC;
}
</style>