Shades of Cornflower Blue #6A8FDB
Tints of Cornflower Blue #6A8FDB
RGB
CMYK
RGB Variations
Color information
#6A8FDB (or 0x6A8FDB) is known color: Cornflower Blue. HEX triplet: 6A, 8F and DB. RGB value is (106,143,219). Sum of RGB (Red+Green+Blue) = 106+143+219=468 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.65% from 468); Green value is 143 (56.25% from 255 or 30.56% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #6A8FDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A8FDB is #957024. Grayscale: #8C8C8C. Windows color (decimal): -9793573 or 14389098. OLE color: 14389098.
HSL color Cylindrical-coordinate representation of color #6A8FDB: hue angle of 220.35º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6A8FDB is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 143 | 219 | - |
| CMYK | 0.52 | 0.35 | 0 | 0.14 |
| HSL | 220.35º | 0.61% | 0.64% | - |
| HSV(B) | 220.35º | 0.52% | 0.86% | - |
| XYZ | 28.55 | 27.82 | 70.88 | - |
| YUV | 140.6 | 172.24 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 143 | 219 | 0.52 | 0.35 | 0 | 0.14 | 220.35 | 0.61 | 0.64 |
| Hex | 6A | 8F | DB | 34 | 23 | 0 | E | DC | 3D | 40 |
| Octal | 152 | 217 | 333 | 64 | 43 | 0 | 16 | 334 | 75 | 100 |
| Binary | 1101010 | 10001111 | 11011011 | 110100 | 100011 | 0 | 1110 | 11011100 | 111101 | 1000000 |
Color Harmonies of #6A8FDB
Complementary color
Monochromatic Colors of #6A8FDB
Black with #6A8FDB
Text Example
Text Example
White with #6A8FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8FDB; }
p { color: rgb(106,143,219); }
H1.HeaderClassName
{
color: #6A8FDB;
}
.AnyTagClassName
{
color: #6A8FDB;
}
</style>
background-color css
<style>
a { background-color: #6A8FDB; }
a { background-color: rgb(106,143,219); }
div.DivClassName
{
background-color: #6A8FDB;
}
.BgClassName
{
background-color: #6A8FDB;
}
</style>
border-color css
<style>
span { border-color: #6A8FDB; }
span { border-color: rgb(106,143,219); }
td.TdClassName
{
border-color: #6A8FDB;
}
.TagClassName
{
border-color: #6A8FDB;
}
</style>