Shades of Cornflower Blue #6495DB
Tints of Cornflower Blue #6495DB
RGB
CMYK
RGB Variations
Color information
#6495DB (or 0x6495DB) is known color: Cornflower Blue. HEX triplet: 64, 95 and DB. RGB value is (100,149,219). Sum of RGB (Red+Green+Blue) = 100+149+219=468 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.37% from 468); Green value is 149 (58.59% from 255 or 31.84% 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 #6495DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6495DB is #9B6A24. Grayscale: #8E8E8E. Windows color (decimal): -10185253 or 14390628. OLE color: 14390628.
HSL color Cylindrical-coordinate representation of color #6495DB: hue angle of 215.29º 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 #6495DB is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 149 | 219 | - |
| CMYK | 0.54 | 0.32 | 0 | 0.14 |
| HSL | 215.29º | 0.62% | 0.63% | - |
| HSV(B) | 215.29º | 0.54% | 0.86% | - |
| XYZ | 28.79 | 29.32 | 71.16 | - |
| YUV | 142.33 | 171.27 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 149 | 219 | 0.54 | 0.32 | 0 | 0.14 | 215.29 | 0.62 | 0.63 |
| Hex | 64 | 95 | DB | 36 | 20 | 0 | E | D7 | 3E | 3F |
| Octal | 144 | 225 | 333 | 66 | 40 | 0 | 16 | 327 | 76 | 77 |
| Binary | 1100100 | 10010101 | 11011011 | 110110 | 100000 | 0 | 1110 | 11010111 | 111110 | 111111 |
Color Harmonies of #6495DB
Complementary color
Monochromatic Colors of #6495DB
Black with #6495DB
Text Example
Text Example
White with #6495DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6495DB; }
p { color: rgb(100,149,219); }
H1.HeaderClassName
{
color: #6495DB;
}
.AnyTagClassName
{
color: #6495DB;
}
</style>
background-color css
<style>
a { background-color: #6495DB; }
a { background-color: rgb(100,149,219); }
div.DivClassName
{
background-color: #6495DB;
}
.BgClassName
{
background-color: #6495DB;
}
</style>
border-color css
<style>
span { border-color: #6495DB; }
span { border-color: rgb(100,149,219); }
td.TdClassName
{
border-color: #6495DB;
}
.TagClassName
{
border-color: #6495DB;
}
</style>