Shades of Cornflower Blue #6E7CDC
Tints of Cornflower Blue #6E7CDC
RGB
CMYK
RGB Variations
Color information
#6E7CDC (or 0x6E7CDC) is known color: Cornflower Blue. HEX triplet: 6E, 7C and DC. RGB value is (110,124,220). Sum of RGB (Red+Green+Blue) = 110+124+220=454 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.23% from 454); Green value is 124 (48.83% from 255 or 27.31% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #6E7CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E7CDC is #918323. Grayscale: #828282. Windows color (decimal): -9536292 or 14449774. OLE color: 14449774.
HSL color Cylindrical-coordinate representation of color #6E7CDC: hue angle of 232.36º 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 #6E7CDC is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 124 | 220 | - |
| CMYK | 0.50 | 0.44 | 0 | 0.14 |
| HSL | 232.36º | 0.61% | 0.65% | - |
| HSV(B) | 232.36º | 0.5% | 0.86% | - |
| XYZ | 26.56 | 22.9 | 70.73 | - |
| YUV | 130.76 | 178.36 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 124 | 220 | 0.50 | 0.44 | 0 | 0.14 | 232.36 | 0.61 | 0.65 |
| Hex | 6E | 7C | DC | 32 | 2C | 0 | E | E8 | 3D | 41 |
| Octal | 156 | 174 | 334 | 62 | 54 | 0 | 16 | 350 | 75 | 101 |
| Binary | 1101110 | 1111100 | 11011100 | 110010 | 101100 | 0 | 1110 | 11101000 | 111101 | 1000001 |
Color Harmonies of #6E7CDC
Complementary color
Monochromatic Colors of #6E7CDC
Black with #6E7CDC
Text Example
Text Example
White with #6E7CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7CDC; }
p { color: rgb(110,124,220); }
H1.HeaderClassName
{
color: #6E7CDC;
}
.AnyTagClassName
{
color: #6E7CDC;
}
</style>
background-color css
<style>
a { background-color: #6E7CDC; }
a { background-color: rgb(110,124,220); }
div.DivClassName
{
background-color: #6E7CDC;
}
.BgClassName
{
background-color: #6E7CDC;
}
</style>
border-color css
<style>
span { border-color: #6E7CDC; }
span { border-color: rgb(110,124,220); }
td.TdClassName
{
border-color: #6E7CDC;
}
.TagClassName
{
border-color: #6E7CDC;
}
</style>