Shades of Cornflower Blue #6F8EEB
Tints of Cornflower Blue #6F8EEB
RGB
CMYK
RGB Variations
Color information
#6F8EEB (or 0x6F8EEB) is known color: Cornflower Blue. HEX triplet: 6F, 8E and EB. RGB value is (111,142,235). Sum of RGB (Red+Green+Blue) = 111+142+235=488 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.75% from 488); Green value is 142 (55.86% from 255 or 29.10% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #6F8EEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F8EEB is #907114. Grayscale: #8E8E8E. Windows color (decimal): -9466133 or 15437423. OLE color: 15437423.
HSL color Cylindrical-coordinate representation of color #6F8EEB: hue angle of 225º 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 #6F8EEB is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 111 | 142 | 235 | - |
| CMYK | 0.53 | 0.40 | 0 | 0.08 |
| HSL | 225º | 0.76% | 0.68% | - |
| HSV(B) | 225º | 0.53% | 0.92% | - |
| XYZ | 31.22 | 28.72 | 82.5 | - |
| YUV | 143.33 | 179.73 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 142 | 235 | 0.53 | 0.40 | 0 | 0.08 | 225 | 0.76 | 0.68 |
| Hex | 6F | 8E | EB | 35 | 28 | 0 | 8 | E1 | 4C | 44 |
| Octal | 157 | 216 | 353 | 65 | 50 | 0 | 10 | 341 | 114 | 104 |
| Binary | 1101111 | 10001110 | 11101011 | 110101 | 101000 | 0 | 1000 | 11100001 | 1001100 | 1000100 |
Color Harmonies of #6F8EEB
Complementary color
Monochromatic Colors of #6F8EEB
Black with #6F8EEB
Text Example
Text Example
White with #6F8EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8EEB; }
p { color: rgb(111,142,235); }
H1.HeaderClassName
{
color: #6F8EEB;
}
.AnyTagClassName
{
color: #6F8EEB;
}
</style>
background-color css
<style>
a { background-color: #6F8EEB; }
a { background-color: rgb(111,142,235); }
div.DivClassName
{
background-color: #6F8EEB;
}
.BgClassName
{
background-color: #6F8EEB;
}
</style>
border-color css
<style>
span { border-color: #6F8EEB; }
span { border-color: rgb(111,142,235); }
td.TdClassName
{
border-color: #6F8EEB;
}
.TagClassName
{
border-color: #6F8EEB;
}
</style>