Shades of Cornflower Blue #6490ED
Tints of Cornflower Blue #6490ED
RGB
CMYK
RGB Variations
Color information
#6490ED (or 0x6490ED) is known color: Cornflower Blue. HEX triplet: 64, 90 and ED. RGB value is (100,144,237). Sum of RGB (Red+Green+Blue) = 100+144+237=481 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.79% from 481); Green value is 144 (56.64% from 255 or 29.94% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #6490ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6490ED is #9B6F12. Grayscale: #8D8D8D. Windows color (decimal): -10186515 or 15568996. OLE color: 15568996.
HSL color Cylindrical-coordinate representation of color #6490ED: hue angle of 220.73º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6490ED is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 144 | 237 | - |
| CMYK | 0.58 | 0.39 | 0 | 0.07 |
| HSL | 220.73º | 0.79% | 0.66% | - |
| HSV(B) | 220.73º | 0.58% | 0.93% | - |
| XYZ | 30.51 | 28.77 | 84.07 | - |
| YUV | 141.45 | 181.92 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 144 | 237 | 0.58 | 0.39 | 0 | 0.07 | 220.73 | 0.79 | 0.66 |
| Hex | 64 | 90 | ED | 3A | 27 | 0 | 7 | DD | 4F | 42 |
| Octal | 144 | 220 | 355 | 72 | 47 | 0 | 7 | 335 | 117 | 102 |
| Binary | 1100100 | 10010000 | 11101101 | 111010 | 100111 | 0 | 111 | 11011101 | 1001111 | 1000010 |
Color Harmonies of #6490ED
Complementary color
Monochromatic Colors of #6490ED
Black with #6490ED
Text Example
Text Example
White with #6490ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6490ED; }
p { color: rgb(100,144,237); }
H1.HeaderClassName
{
color: #6490ED;
}
.AnyTagClassName
{
color: #6490ED;
}
</style>
background-color css
<style>
a { background-color: #6490ED; }
a { background-color: rgb(100,144,237); }
div.DivClassName
{
background-color: #6490ED;
}
.BgClassName
{
background-color: #6490ED;
}
</style>
border-color css
<style>
span { border-color: #6490ED; }
span { border-color: rgb(100,144,237); }
td.TdClassName
{
border-color: #6490ED;
}
.TagClassName
{
border-color: #6490ED;
}
</style>