Shades of Cornflower Blue #6F8BDB
Tints of Cornflower Blue #6F8BDB
RGB
CMYK
RGB Variations
Color information
#6F8BDB (or 0x6F8BDB) is known color: Cornflower Blue. HEX triplet: 6F, 8B and DB. RGB value is (111,139,219). Sum of RGB (Red+Green+Blue) = 111+139+219=469 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.67% from 469); Green value is 139 (54.69% from 255 or 29.64% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #6F8BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F8BDB is #907424. Grayscale: #8B8B8B. Windows color (decimal): -9466917 or 14388079. OLE color: 14388079.
HSL color Cylindrical-coordinate representation of color #6F8BDB: hue angle of 224.44º 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 #6F8BDB is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 139 | 219 | - |
| CMYK | 0.49 | 0.37 | 0 | 0.14 |
| HSL | 224.44º | 0.6% | 0.65% | - |
| HSV(B) | 224.44º | 0.49% | 0.86% | - |
| XYZ | 28.57 | 26.96 | 70.72 | - |
| YUV | 139.75 | 172.72 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 139 | 219 | 0.49 | 0.37 | 0 | 0.14 | 224.44 | 0.6 | 0.65 |
| Hex | 6F | 8B | DB | 31 | 25 | 0 | E | E0 | 3C | 41 |
| Octal | 157 | 213 | 333 | 61 | 45 | 0 | 16 | 340 | 74 | 101 |
| Binary | 1101111 | 10001011 | 11011011 | 110001 | 100101 | 0 | 1110 | 11100000 | 111100 | 1000001 |
Color Harmonies of #6F8BDB
Complementary color
Monochromatic Colors of #6F8BDB
Black with #6F8BDB
Text Example
Text Example
White with #6F8BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8BDB; }
p { color: rgb(111,139,219); }
H1.HeaderClassName
{
color: #6F8BDB;
}
.AnyTagClassName
{
color: #6F8BDB;
}
</style>
background-color css
<style>
a { background-color: #6F8BDB; }
a { background-color: rgb(111,139,219); }
div.DivClassName
{
background-color: #6F8BDB;
}
.BgClassName
{
background-color: #6F8BDB;
}
</style>
border-color css
<style>
span { border-color: #6F8BDB; }
span { border-color: rgb(111,139,219); }
td.TdClassName
{
border-color: #6F8BDB;
}
.TagClassName
{
border-color: #6F8BDB;
}
</style>