Shades of Cornflower Blue #6890DB
Tints of Cornflower Blue #6890DB
RGB
CMYK
RGB Variations
Color information
#6890DB (or 0x6890DB) is known color: Cornflower Blue. HEX triplet: 68, 90 and DB. RGB value is (104,144,219). Sum of RGB (Red+Green+Blue) = 104+144+219=467 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.27% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #6890DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6890DB is #976F24. Grayscale: #8C8C8C. Windows color (decimal): -9924389 or 14389352. OLE color: 14389352.
HSL color Cylindrical-coordinate representation of color #6890DB: hue angle of 219.13º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6890DB is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 144 | 219 | - |
| CMYK | 0.53 | 0.34 | 0 | 0.14 |
| HSL | 219.13º | 0.61% | 0.63% | - |
| HSV(B) | 219.13º | 0.53% | 0.86% | - |
| XYZ | 28.47 | 28 | 70.92 | - |
| YUV | 140.59 | 172.25 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 144 | 219 | 0.53 | 0.34 | 0 | 0.14 | 219.13 | 0.61 | 0.63 |
| Hex | 68 | 90 | DB | 35 | 22 | 0 | E | DB | 3D | 3F |
| Octal | 150 | 220 | 333 | 65 | 42 | 0 | 16 | 333 | 75 | 77 |
| Binary | 1101000 | 10010000 | 11011011 | 110101 | 100010 | 0 | 1110 | 11011011 | 111101 | 111111 |
Color Harmonies of #6890DB
Complementary color
Monochromatic Colors of #6890DB
Black with #6890DB
Text Example
Text Example
White with #6890DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6890DB; }
p { color: rgb(104,144,219); }
H1.HeaderClassName
{
color: #6890DB;
}
.AnyTagClassName
{
color: #6890DB;
}
</style>
background-color css
<style>
a { background-color: #6890DB; }
a { background-color: rgb(104,144,219); }
div.DivClassName
{
background-color: #6890DB;
}
.BgClassName
{
background-color: #6890DB;
}
</style>
border-color css
<style>
span { border-color: #6890DB; }
span { border-color: rgb(104,144,219); }
td.TdClassName
{
border-color: #6890DB;
}
.TagClassName
{
border-color: #6890DB;
}
</style>