Shades of Cornflower Blue #6F8FDB
Tints of Cornflower Blue #6F8FDB
RGB
CMYK
RGB Variations
Color information
#6F8FDB (or 0x6F8FDB) is known color: Cornflower Blue. HEX triplet: 6F, 8F and DB. RGB value is (111,143,219). Sum of RGB (Red+Green+Blue) = 111+143+219=473 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.47% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #6F8FDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F8FDB is #907024. Grayscale: #8D8D8D. Windows color (decimal): -9465893 or 14389103. OLE color: 14389103.
HSL color Cylindrical-coordinate representation of color #6F8FDB: hue angle of 222.22º 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 #6F8FDB is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 143 | 219 | - |
| CMYK | 0.49 | 0.35 | 0 | 0.14 |
| HSL | 222.22º | 0.6% | 0.65% | - |
| HSV(B) | 222.22º | 0.49% | 0.86% | - |
| XYZ | 29.16 | 28.14 | 70.91 | - |
| YUV | 142.1 | 171.4 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 143 | 219 | 0.49 | 0.35 | 0 | 0.14 | 222.22 | 0.6 | 0.65 |
| Hex | 6F | 8F | DB | 31 | 23 | 0 | E | DE | 3C | 41 |
| Octal | 157 | 217 | 333 | 61 | 43 | 0 | 16 | 336 | 74 | 101 |
| Binary | 1101111 | 10001111 | 11011011 | 110001 | 100011 | 0 | 1110 | 11011110 | 111100 | 1000001 |
Color Harmonies of #6F8FDB
Complementary color
Monochromatic Colors of #6F8FDB
Black with #6F8FDB
Text Example
Text Example
White with #6F8FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8FDB; }
p { color: rgb(111,143,219); }
H1.HeaderClassName
{
color: #6F8FDB;
}
.AnyTagClassName
{
color: #6F8FDB;
}
</style>
background-color css
<style>
a { background-color: #6F8FDB; }
a { background-color: rgb(111,143,219); }
div.DivClassName
{
background-color: #6F8FDB;
}
.BgClassName
{
background-color: #6F8FDB;
}
</style>
border-color css
<style>
span { border-color: #6F8FDB; }
span { border-color: rgb(111,143,219); }
td.TdClassName
{
border-color: #6F8FDB;
}
.TagClassName
{
border-color: #6F8FDB;
}
</style>