Shades of Cornflower Blue #6192DB
Tints of Cornflower Blue #6192DB
RGB
CMYK
RGB Variations
Color information
#6192DB (or 0x6192DB) is known color: Cornflower Blue. HEX triplet: 61, 92 and DB. RGB value is (97,146,219). Sum of RGB (Red+Green+Blue) = 97+146+219=462 (61% of max value = 765). Red value is 97 (38.28% from 255 or 21.00% from 462); Green value is 146 (57.42% from 255 or 31.60% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #6192DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6192DB is #9E6D24. Grayscale: #8B8B8B. Windows color (decimal): -10382629 or 14389857. OLE color: 14389857.
HSL color Cylindrical-coordinate representation of color #6192DB: hue angle of 215.9º 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 #6192DB is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 146 | 219 | - |
| CMYK | 0.56 | 0.33 | 0 | 0.14 |
| HSL | 215.9º | 0.63% | 0.62% | - |
| HSV(B) | 215.9º | 0.56% | 0.86% | - |
| XYZ | 27.99 | 28.21 | 70.99 | - |
| YUV | 139.67 | 172.77 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 146 | 219 | 0.56 | 0.33 | 0 | 0.14 | 215.9 | 0.63 | 0.62 |
| Hex | 61 | 92 | DB | 38 | 21 | 0 | E | D8 | 3F | 3E |
| Octal | 141 | 222 | 333 | 70 | 41 | 0 | 16 | 330 | 77 | 76 |
| Binary | 1100001 | 10010010 | 11011011 | 111000 | 100001 | 0 | 1110 | 11011000 | 111111 | 111110 |
Color Harmonies of #6192DB
Complementary color
Monochromatic Colors of #6192DB
Black with #6192DB
Text Example
Text Example
White with #6192DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6192DB; }
p { color: rgb(97,146,219); }
H1.HeaderClassName
{
color: #6192DB;
}
.AnyTagClassName
{
color: #6192DB;
}
</style>
background-color css
<style>
a { background-color: #6192DB; }
a { background-color: rgb(97,146,219); }
div.DivClassName
{
background-color: #6192DB;
}
.BgClassName
{
background-color: #6192DB;
}
</style>
border-color css
<style>
span { border-color: #6192DB; }
span { border-color: rgb(97,146,219); }
td.TdClassName
{
border-color: #6192DB;
}
.TagClassName
{
border-color: #6192DB;
}
</style>