Shades of Cornflower Blue #6490DE
Tints of Cornflower Blue #6490DE
RGB
CMYK
RGB Variations
Color information
#6490DE (or 0x6490DE) is known color: Cornflower Blue. HEX triplet: 64, 90 and DE. RGB value is (100,144,222). Sum of RGB (Red+Green+Blue) = 100+144+222=466 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.46% from 466); Green value is 144 (56.64% from 255 or 30.90% from 466); Blue value is 222 (87.11% from 255 or 47.64% from 466); Max value from RGB is 222 - color contains mainly: blue. Hex color #6490DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6490DE is #9B6F21. Grayscale: #8B8B8B. Windows color (decimal): -10186530 or 14585956. OLE color: 14585956.
HSL color Cylindrical-coordinate representation of color #6490DE: hue angle of 218.36º degrees, saturation: 0.65, 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 #6490DE is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 144 | 222 | - |
| CMYK | 0.55 | 0.35 | 0 | 0.13 |
| HSL | 218.36º | 0.65% | 0.63% | - |
| HSV(B) | 218.36º | 0.55% | 0.87% | - |
| XYZ | 28.41 | 27.93 | 73 | - |
| YUV | 139.74 | 174.42 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 144 | 222 | 0.55 | 0.35 | 0 | 0.13 | 218.36 | 0.65 | 0.63 |
| Hex | 64 | 90 | DE | 37 | 23 | 0 | D | DA | 41 | 3F |
| Octal | 144 | 220 | 336 | 67 | 43 | 0 | 15 | 332 | 101 | 77 |
| Binary | 1100100 | 10010000 | 11011110 | 110111 | 100011 | 0 | 1101 | 11011010 | 1000001 | 111111 |
Color Harmonies of #6490DE
Complementary color
Monochromatic Colors of #6490DE
Black with #6490DE
Text Example
Text Example
White with #6490DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6490DE; }
p { color: rgb(100,144,222); }
H1.HeaderClassName
{
color: #6490DE;
}
.AnyTagClassName
{
color: #6490DE;
}
</style>
background-color css
<style>
a { background-color: #6490DE; }
a { background-color: rgb(100,144,222); }
div.DivClassName
{
background-color: #6490DE;
}
.BgClassName
{
background-color: #6490DE;
}
</style>
border-color css
<style>
span { border-color: #6490DE; }
span { border-color: rgb(100,144,222); }
td.TdClassName
{
border-color: #6490DE;
}
.TagClassName
{
border-color: #6490DE;
}
</style>