Shades of Cornflower Blue #6490FF
Tints of Cornflower Blue #6490FF
RGB
CMYK
RGB Variations
Color information
#6490FF (or 0x6490FF) is known color: Cornflower Blue. HEX triplet: 64, 90 and FF. RGB value is (100,144,255). Sum of RGB (Red+Green+Blue) = 100+144+255=499 (66% of max value = 765). Red value is 100 (39.45% from 255 or 20.04% from 499); Green value is 144 (56.64% from 255 or 28.86% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #6490FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6490FF is #9B6F00. Grayscale: #8F8F8F. Windows color (decimal): -10186497 or 16748644. OLE color: 16748644.
HSL color Cylindrical-coordinate representation of color #6490FF: hue angle of 222.97º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6490FF is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 144 | 255 | - |
| CMYK | 0.61 | 0.44 | 0 | 0 |
| HSL | 222.97º | 1% | 0.7% | - |
| HSV(B) | 222.97º | 0.61% | 1% | - |
| XYZ | 33.28 | 29.88 | 98.62 | - |
| YUV | 143.5 | 190.92 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 144 | 255 | 0.61 | 0.44 | 0 | 0 | 222.97 | 1 | 0.7 |
| Hex | 64 | 90 | FF | 3D | 2C | 0 | 0 | DF | 64 | 46 |
| Octal | 144 | 220 | 377 | 75 | 54 | 0 | 0 | 337 | 144 | 106 |
| Binary | 1100100 | 10010000 | 11111111 | 111101 | 101100 | 0 | 0 | 11011111 | 1100100 | 1000110 |
Color Harmonies of #6490FF
Complementary color
Monochromatic Colors of #6490FF
Black with #6490FF
Text Example
Text Example
White with #6490FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6490FF; }
p { color: rgb(100,144,255); }
H1.HeaderClassName
{
color: #6490FF;
}
.AnyTagClassName
{
color: #6490FF;
}
</style>
background-color css
<style>
a { background-color: #6490FF; }
a { background-color: rgb(100,144,255); }
div.DivClassName
{
background-color: #6490FF;
}
.BgClassName
{
background-color: #6490FF;
}
</style>
border-color css
<style>
span { border-color: #6490FF; }
span { border-color: rgb(100,144,255); }
td.TdClassName
{
border-color: #6490FF;
}
.TagClassName
{
border-color: #6490FF;
}
</style>