Shades of Cornflower Blue #6F8EED
Tints of Cornflower Blue #6F8EED
RGB
CMYK
RGB Variations
Color information
#6F8EED (or 0x6F8EED) is known color: Cornflower Blue. HEX triplet: 6F, 8E and ED. RGB value is (111,142,237). Sum of RGB (Red+Green+Blue) = 111+142+237=490 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.65% from 490); Green value is 142 (55.86% from 255 or 28.98% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #6F8EED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F8EED is #907112. Grayscale: #8F8F8F. Windows color (decimal): -9466131 or 15568495. OLE color: 15568495.
HSL color Cylindrical-coordinate representation of color #6F8EED: hue angle of 225.24º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F8EED is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 142 | 237 | - |
| CMYK | 0.53 | 0.40 | 0 | 0.07 |
| HSL | 225.24º | 0.78% | 0.68% | - |
| HSV(B) | 225.24º | 0.53% | 0.93% | - |
| XYZ | 31.51 | 28.84 | 84.03 | - |
| YUV | 143.56 | 180.73 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 142 | 237 | 0.53 | 0.40 | 0 | 0.07 | 225.24 | 0.78 | 0.68 |
| Hex | 6F | 8E | ED | 35 | 28 | 0 | 7 | E1 | 4E | 44 |
| Octal | 157 | 216 | 355 | 65 | 50 | 0 | 7 | 341 | 116 | 104 |
| Binary | 1101111 | 10001110 | 11101101 | 110101 | 101000 | 0 | 111 | 11100001 | 1001110 | 1000100 |
Color Harmonies of #6F8EED
Complementary color
Monochromatic Colors of #6F8EED
Black with #6F8EED
Text Example
Text Example
White with #6F8EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8EED; }
p { color: rgb(111,142,237); }
H1.HeaderClassName
{
color: #6F8EED;
}
.AnyTagClassName
{
color: #6F8EED;
}
</style>
background-color css
<style>
a { background-color: #6F8EED; }
a { background-color: rgb(111,142,237); }
div.DivClassName
{
background-color: #6F8EED;
}
.BgClassName
{
background-color: #6F8EED;
}
</style>
border-color css
<style>
span { border-color: #6F8EED; }
span { border-color: rgb(111,142,237); }
td.TdClassName
{
border-color: #6F8EED;
}
.TagClassName
{
border-color: #6F8EED;
}
</style>