Shades of Cornflower Blue #6490DC
Tints of Cornflower Blue #6490DC
RGB
CMYK
RGB Variations
Color information
#6490DC (or 0x6490DC) is known color: Cornflower Blue. HEX triplet: 64, 90 and DC. RGB value is (100,144,220). Sum of RGB (Red+Green+Blue) = 100+144+220=464 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.55% from 464); Green value is 144 (56.64% from 255 or 31.03% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #6490DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6490DC is #9B6F23. Grayscale: #8B8B8B. Windows color (decimal): -10186532 or 14454884. OLE color: 14454884.
HSL color Cylindrical-coordinate representation of color #6490DC: hue angle of 218º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6490DC is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 144 | 220 | - |
| CMYK | 0.55 | 0.35 | 0 | 0.14 |
| HSL | 218º | 0.63% | 0.63% | - |
| HSV(B) | 218º | 0.55% | 0.86% | - |
| XYZ | 28.15 | 27.82 | 71.6 | - |
| YUV | 139.51 | 173.42 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 144 | 220 | 0.55 | 0.35 | 0 | 0.14 | 218 | 0.63 | 0.63 |
| Hex | 64 | 90 | DC | 37 | 23 | 0 | E | DA | 3F | 3F |
| Octal | 144 | 220 | 334 | 67 | 43 | 0 | 16 | 332 | 77 | 77 |
| Binary | 1100100 | 10010000 | 11011100 | 110111 | 100011 | 0 | 1110 | 11011010 | 111111 | 111111 |
Color Harmonies of #6490DC
Complementary color
Monochromatic Colors of #6490DC
Black with #6490DC
Text Example
Text Example
White with #6490DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6490DC; }
p { color: rgb(100,144,220); }
H1.HeaderClassName
{
color: #6490DC;
}
.AnyTagClassName
{
color: #6490DC;
}
</style>
background-color css
<style>
a { background-color: #6490DC; }
a { background-color: rgb(100,144,220); }
div.DivClassName
{
background-color: #6490DC;
}
.BgClassName
{
background-color: #6490DC;
}
</style>
border-color css
<style>
span { border-color: #6490DC; }
span { border-color: rgb(100,144,220); }
td.TdClassName
{
border-color: #6490DC;
}
.TagClassName
{
border-color: #6490DC;
}
</style>