Shades of Cornflower Blue #6F8EDB
Tints of Cornflower Blue #6F8EDB
RGB
CMYK
RGB Variations
Color information
#6F8EDB (or 0x6F8EDB) is known color: Cornflower Blue. HEX triplet: 6F, 8E and DB. RGB value is (111,142,219). Sum of RGB (Red+Green+Blue) = 111+142+219=472 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.52% from 472); Green value is 142 (55.86% from 255 or 30.08% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #6F8EDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F8EDB is #907124. Grayscale: #8D8D8D. Windows color (decimal): -9466149 or 14388847. OLE color: 14388847.
HSL color Cylindrical-coordinate representation of color #6F8EDB: hue angle of 222.78º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F8EDB is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 142 | 219 | - |
| CMYK | 0.49 | 0.35 | 0 | 0.14 |
| HSL | 222.78º | 0.6% | 0.65% | - |
| HSV(B) | 222.78º | 0.49% | 0.86% | - |
| XYZ | 29.01 | 27.84 | 70.86 | - |
| YUV | 141.51 | 171.73 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 142 | 219 | 0.49 | 0.35 | 0 | 0.14 | 222.78 | 0.6 | 0.65 |
| Hex | 6F | 8E | DB | 31 | 23 | 0 | E | DF | 3C | 41 |
| Octal | 157 | 216 | 333 | 61 | 43 | 0 | 16 | 337 | 74 | 101 |
| Binary | 1101111 | 10001110 | 11011011 | 110001 | 100011 | 0 | 1110 | 11011111 | 111100 | 1000001 |
Color Harmonies of #6F8EDB
Complementary color
Monochromatic Colors of #6F8EDB
Black with #6F8EDB
Text Example
Text Example
White with #6F8EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8EDB; }
p { color: rgb(111,142,219); }
H1.HeaderClassName
{
color: #6F8EDB;
}
.AnyTagClassName
{
color: #6F8EDB;
}
</style>
background-color css
<style>
a { background-color: #6F8EDB; }
a { background-color: rgb(111,142,219); }
div.DivClassName
{
background-color: #6F8EDB;
}
.BgClassName
{
background-color: #6F8EDB;
}
</style>
border-color css
<style>
span { border-color: #6F8EDB; }
span { border-color: rgb(111,142,219); }
td.TdClassName
{
border-color: #6F8EDB;
}
.TagClassName
{
border-color: #6F8EDB;
}
</style>