Shades of Cornflower Blue #6190DB
Tints of Cornflower Blue #6190DB
RGB
CMYK
RGB Variations
Color information
#6190DB (or 0x6190DB) is known color: Cornflower Blue. HEX triplet: 61, 90 and DB. RGB value is (97,144,219). Sum of RGB (Red+Green+Blue) = 97+144+219=460 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.09% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #6190DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6190DB is #9E6F24. Grayscale: #8A8A8A. Windows color (decimal): -10383141 or 14389345. OLE color: 14389345.
HSL color Cylindrical-coordinate representation of color #6190DB: hue angle of 216.89º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6190DB is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 144 | 219 | - |
| CMYK | 0.56 | 0.34 | 0 | 0.14 |
| HSL | 216.89º | 0.63% | 0.62% | - |
| HSV(B) | 216.89º | 0.56% | 0.86% | - |
| XYZ | 27.69 | 27.6 | 70.89 | - |
| YUV | 138.5 | 173.43 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 144 | 219 | 0.56 | 0.34 | 0 | 0.14 | 216.89 | 0.63 | 0.62 |
| Hex | 61 | 90 | DB | 38 | 22 | 0 | E | D9 | 3F | 3E |
| Octal | 141 | 220 | 333 | 70 | 42 | 0 | 16 | 331 | 77 | 76 |
| Binary | 1100001 | 10010000 | 11011011 | 111000 | 100010 | 0 | 1110 | 11011001 | 111111 | 111110 |
Color Harmonies of #6190DB
Complementary color
Monochromatic Colors of #6190DB
Black with #6190DB
Text Example
Text Example
White with #6190DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6190DB; }
p { color: rgb(97,144,219); }
H1.HeaderClassName
{
color: #6190DB;
}
.AnyTagClassName
{
color: #6190DB;
}
</style>
background-color css
<style>
a { background-color: #6190DB; }
a { background-color: rgb(97,144,219); }
div.DivClassName
{
background-color: #6190DB;
}
.BgClassName
{
background-color: #6190DB;
}
</style>
border-color css
<style>
span { border-color: #6190DB; }
span { border-color: rgb(97,144,219); }
td.TdClassName
{
border-color: #6190DB;
}
.TagClassName
{
border-color: #6190DB;
}
</style>