Shades of Cornflower Blue #6E7EEF
Tints of Cornflower Blue #6E7EEF
RGB
CMYK
RGB Variations
Color information
#6E7EEF (or 0x6E7EEF) is known color: Cornflower Blue. HEX triplet: 6E, 7E and EF. RGB value is (110,126,239). Sum of RGB (Red+Green+Blue) = 110+126+239=475 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.16% from 475); Green value is 126 (49.61% from 255 or 26.53% from 475); Blue value is 239 (93.75% from 255 or 50.32% from 475); Max value from RGB is 239 - color contains mainly: blue. Hex color #6E7EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E7EEF is #918110. Grayscale: #858585. Windows color (decimal): -9535761 or 15695470. OLE color: 15695470.
HSL color Cylindrical-coordinate representation of color #6E7EEF: hue angle of 232.56º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6E7EEF is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 110 | 126 | 239 | - |
| CMYK | 0.54 | 0.47 | 0 | 0.06 |
| HSL | 232.56º | 0.8% | 0.68% | - |
| HSV(B) | 232.56º | 0.54% | 0.94% | - |
| XYZ | 29.47 | 24.47 | 84.83 | - |
| YUV | 134.1 | 187.2 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 126 | 239 | 0.54 | 0.47 | 0 | 0.06 | 232.56 | 0.8 | 0.68 |
| Hex | 6E | 7E | EF | 36 | 2F | 0 | 6 | E9 | 50 | 44 |
| Octal | 156 | 176 | 357 | 66 | 57 | 0 | 6 | 351 | 120 | 104 |
| Binary | 1101110 | 1111110 | 11101111 | 110110 | 101111 | 0 | 110 | 11101001 | 1010000 | 1000100 |
Color Harmonies of #6E7EEF
Complementary color
Monochromatic Colors of #6E7EEF
Black with #6E7EEF
Text Example
Text Example
White with #6E7EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7EEF; }
p { color: rgb(110,126,239); }
H1.HeaderClassName
{
color: #6E7EEF;
}
.AnyTagClassName
{
color: #6E7EEF;
}
</style>
background-color css
<style>
a { background-color: #6E7EEF; }
a { background-color: rgb(110,126,239); }
div.DivClassName
{
background-color: #6E7EEF;
}
.BgClassName
{
background-color: #6E7EEF;
}
</style>
border-color css
<style>
span { border-color: #6E7EEF; }
span { border-color: rgb(110,126,239); }
td.TdClassName
{
border-color: #6E7EEF;
}
.TagClassName
{
border-color: #6E7EEF;
}
</style>