Shades of Cornflower Blue #6490DD
Tints of Cornflower Blue #6490DD
RGB
CMYK
RGB Variations
Color information
#6490DD (or 0x6490DD) is known color: Cornflower Blue. HEX triplet: 64, 90 and DD. RGB value is (100,144,221). Sum of RGB (Red+Green+Blue) = 100+144+221=465 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.51% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #6490DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6490DD is #9B6F22. Grayscale: #8B8B8B. Windows color (decimal): -10186531 or 14520420. OLE color: 14520420.
HSL color Cylindrical-coordinate representation of color #6490DD: hue angle of 218.18º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6490DD is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 144 | 221 | - |
| CMYK | 0.55 | 0.35 | 0 | 0.13 |
| HSL | 218.18º | 0.64% | 0.63% | - |
| HSV(B) | 218.18º | 0.55% | 0.87% | - |
| XYZ | 28.28 | 27.88 | 72.3 | - |
| YUV | 139.62 | 173.92 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 144 | 221 | 0.55 | 0.35 | 0 | 0.13 | 218.18 | 0.64 | 0.63 |
| Hex | 64 | 90 | DD | 37 | 23 | 0 | D | DA | 40 | 3F |
| Octal | 144 | 220 | 335 | 67 | 43 | 0 | 15 | 332 | 100 | 77 |
| Binary | 1100100 | 10010000 | 11011101 | 110111 | 100011 | 0 | 1101 | 11011010 | 1000000 | 111111 |
Color Harmonies of #6490DD
Complementary color
Monochromatic Colors of #6490DD
Black with #6490DD
Text Example
Text Example
White with #6490DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6490DD; }
p { color: rgb(100,144,221); }
H1.HeaderClassName
{
color: #6490DD;
}
.AnyTagClassName
{
color: #6490DD;
}
</style>
background-color css
<style>
a { background-color: #6490DD; }
a { background-color: rgb(100,144,221); }
div.DivClassName
{
background-color: #6490DD;
}
.BgClassName
{
background-color: #6490DD;
}
</style>
border-color css
<style>
span { border-color: #6490DD; }
span { border-color: rgb(100,144,221); }
td.TdClassName
{
border-color: #6490DD;
}
.TagClassName
{
border-color: #6490DD;
}
</style>