Shades of Cornflower Blue #6492DB
Tints of Cornflower Blue #6492DB
RGB
CMYK
RGB Variations
Color information
#6492DB (or 0x6492DB) is known color: Cornflower Blue. HEX triplet: 64, 92 and DB. RGB value is (100,146,219). Sum of RGB (Red+Green+Blue) = 100+146+219=465 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.51% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #6492DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6492DB is #9B6D24. Grayscale: #8C8C8C. Windows color (decimal): -10186021 or 14389860. OLE color: 14389860.
HSL color Cylindrical-coordinate representation of color #6492DB: hue angle of 216.81º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6492DB is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 146 | 219 | - |
| CMYK | 0.54 | 0.33 | 0 | 0.14 |
| HSL | 216.81º | 0.62% | 0.63% | - |
| HSV(B) | 216.81º | 0.54% | 0.86% | - |
| XYZ | 28.32 | 28.38 | 71 | - |
| YUV | 140.57 | 172.26 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 146 | 219 | 0.54 | 0.33 | 0 | 0.14 | 216.81 | 0.62 | 0.63 |
| Hex | 64 | 92 | DB | 36 | 21 | 0 | E | D9 | 3E | 3F |
| Octal | 144 | 222 | 333 | 66 | 41 | 0 | 16 | 331 | 76 | 77 |
| Binary | 1100100 | 10010010 | 11011011 | 110110 | 100001 | 0 | 1110 | 11011001 | 111110 | 111111 |
Color Harmonies of #6492DB
Complementary color
Monochromatic Colors of #6492DB
Black with #6492DB
Text Example
Text Example
White with #6492DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6492DB; }
p { color: rgb(100,146,219); }
H1.HeaderClassName
{
color: #6492DB;
}
.AnyTagClassName
{
color: #6492DB;
}
</style>
background-color css
<style>
a { background-color: #6492DB; }
a { background-color: rgb(100,146,219); }
div.DivClassName
{
background-color: #6492DB;
}
.BgClassName
{
background-color: #6492DB;
}
</style>
border-color css
<style>
span { border-color: #6492DB; }
span { border-color: rgb(100,146,219); }
td.TdClassName
{
border-color: #6492DB;
}
.TagClassName
{
border-color: #6492DB;
}
</style>