Shades of Cornflower Blue #6490D9
Tints of Cornflower Blue #6490D9
RGB
CMYK
RGB Variations
Color information
#6490D9 (or 0x6490D9) is known color: Cornflower Blue. HEX triplet: 64, 90 and D9. RGB value is (100,144,217). Sum of RGB (Red+Green+Blue) = 100+144+217=461 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.69% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 217 (85.16% from 255 or 47.07% from 461); Max value from RGB is 217 - color contains mainly: blue. Hex color #6490D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6490D9 is #9B6F26. Grayscale: #8A8A8A. Windows color (decimal): -10186535 or 14258276. OLE color: 14258276.
HSL color Cylindrical-coordinate representation of color #6490D9: hue angle of 217.44º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6490D9 is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 144 | 217 | - |
| CMYK | 0.54 | 0.34 | 0 | 0.15 |
| HSL | 217.44º | 0.61% | 0.62% | - |
| HSV(B) | 217.44º | 0.54% | 0.85% | - |
| XYZ | 27.75 | 27.67 | 69.52 | - |
| YUV | 139.17 | 171.92 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 144 | 217 | 0.54 | 0.34 | 0 | 0.15 | 217.44 | 0.61 | 0.62 |
| Hex | 64 | 90 | D9 | 36 | 22 | 0 | F | D9 | 3D | 3E |
| Octal | 144 | 220 | 331 | 66 | 42 | 0 | 17 | 331 | 75 | 76 |
| Binary | 1100100 | 10010000 | 11011001 | 110110 | 100010 | 0 | 1111 | 11011001 | 111101 | 111110 |
Color Harmonies of #6490D9
Complementary color
Monochromatic Colors of #6490D9
Black with #6490D9
Text Example
Text Example
White with #6490D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6490D9; }
p { color: rgb(100,144,217); }
H1.HeaderClassName
{
color: #6490D9;
}
.AnyTagClassName
{
color: #6490D9;
}
</style>
background-color css
<style>
a { background-color: #6490D9; }
a { background-color: rgb(100,144,217); }
div.DivClassName
{
background-color: #6490D9;
}
.BgClassName
{
background-color: #6490D9;
}
</style>
border-color css
<style>
span { border-color: #6490D9; }
span { border-color: rgb(100,144,217); }
td.TdClassName
{
border-color: #6490D9;
}
.TagClassName
{
border-color: #6490D9;
}
</style>