Shades of Cornflower Blue #6E7EEB
Tints of Cornflower Blue #6E7EEB
RGB
CMYK
RGB Variations
Color information
#6E7EEB (or 0x6E7EEB) is known color: Cornflower Blue. HEX triplet: 6E, 7E and EB. RGB value is (110,126,235). Sum of RGB (Red+Green+Blue) = 110+126+235=471 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.35% from 471); Green value is 126 (49.61% from 255 or 26.75% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #6E7EEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E7EEB is #918114. Grayscale: #858585. Windows color (decimal): -9535765 or 15433326. OLE color: 15433326.
HSL color Cylindrical-coordinate representation of color #6E7EEB: hue angle of 232.32º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E7EEB is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 110 | 126 | 235 | - |
| CMYK | 0.53 | 0.46 | 0 | 0.08 |
| HSL | 232.32º | 0.76% | 0.68% | - |
| HSV(B) | 232.32º | 0.53% | 0.92% | - |
| XYZ | 28.89 | 24.23 | 81.75 | - |
| YUV | 133.64 | 185.2 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 126 | 235 | 0.53 | 0.46 | 0 | 0.08 | 232.32 | 0.76 | 0.68 |
| Hex | 6E | 7E | EB | 35 | 2E | 0 | 8 | E8 | 4C | 44 |
| Octal | 156 | 176 | 353 | 65 | 56 | 0 | 10 | 350 | 114 | 104 |
| Binary | 1101110 | 1111110 | 11101011 | 110101 | 101110 | 0 | 1000 | 11101000 | 1001100 | 1000100 |
Color Harmonies of #6E7EEB
Complementary color
Monochromatic Colors of #6E7EEB
Black with #6E7EEB
Text Example
Text Example
White with #6E7EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7EEB; }
p { color: rgb(110,126,235); }
H1.HeaderClassName
{
color: #6E7EEB;
}
.AnyTagClassName
{
color: #6E7EEB;
}
</style>
background-color css
<style>
a { background-color: #6E7EEB; }
a { background-color: rgb(110,126,235); }
div.DivClassName
{
background-color: #6E7EEB;
}
.BgClassName
{
background-color: #6E7EEB;
}
</style>
border-color css
<style>
span { border-color: #6E7EEB; }
span { border-color: rgb(110,126,235); }
td.TdClassName
{
border-color: #6E7EEB;
}
.TagClassName
{
border-color: #6E7EEB;
}
</style>