Shades of Cornflower Blue #6990DB
Tints of Cornflower Blue #6990DB
RGB
CMYK
RGB Variations
Color information
#6990DB (or 0x6990DB) is known color: Cornflower Blue. HEX triplet: 69, 90 and DB. RGB value is (105,144,219). Sum of RGB (Red+Green+Blue) = 105+144+219=468 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.44% from 468); Green value is 144 (56.64% from 255 or 30.77% 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 #6990DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6990DB is #966F24. Grayscale: #8C8C8C. Windows color (decimal): -9858853 or 14389353. OLE color: 14389353.
HSL color Cylindrical-coordinate representation of color #6990DB: hue angle of 219.47º 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 #6990DB is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 144 | 219 | - |
| CMYK | 0.52 | 0.34 | 0 | 0.14 |
| HSL | 219.47º | 0.61% | 0.64% | - |
| HSV(B) | 219.47º | 0.52% | 0.86% | - |
| XYZ | 28.59 | 28.06 | 70.93 | - |
| YUV | 140.89 | 172.08 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 144 | 219 | 0.52 | 0.34 | 0 | 0.14 | 219.47 | 0.61 | 0.64 |
| Hex | 69 | 90 | DB | 34 | 22 | 0 | E | DB | 3D | 40 |
| Octal | 151 | 220 | 333 | 64 | 42 | 0 | 16 | 333 | 75 | 100 |
| Binary | 1101001 | 10010000 | 11011011 | 110100 | 100010 | 0 | 1110 | 11011011 | 111101 | 1000000 |
Color Harmonies of #6990DB
Complementary color
Monochromatic Colors of #6990DB
Black with #6990DB
Text Example
Text Example
White with #6990DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6990DB; }
p { color: rgb(105,144,219); }
H1.HeaderClassName
{
color: #6990DB;
}
.AnyTagClassName
{
color: #6990DB;
}
</style>
background-color css
<style>
a { background-color: #6990DB; }
a { background-color: rgb(105,144,219); }
div.DivClassName
{
background-color: #6990DB;
}
.BgClassName
{
background-color: #6990DB;
}
</style>
border-color css
<style>
span { border-color: #6990DB; }
span { border-color: rgb(105,144,219); }
td.TdClassName
{
border-color: #6990DB;
}
.TagClassName
{
border-color: #6990DB;
}
</style>