Shades of Cornflower Blue #6494EC
Tints of Cornflower Blue #6494EC
RGB
CMYK
RGB Variations
Color information
#6494EC (or 0x6494EC) is known color: Cornflower Blue. HEX triplet: 64, 94 and EC. RGB value is (100,148,236). Sum of RGB (Red+Green+Blue) = 100+148+236=484 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.66% from 484); Green value is 148 (58.20% from 255 or 30.58% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #6494EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6494EC is #9B6B13. Grayscale: #8F8F8F. Windows color (decimal): -10185492 or 15504484. OLE color: 15504484.
HSL color Cylindrical-coordinate representation of color #6494EC: hue angle of 218.82º degrees, saturation: 0.78, 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 #6494EC is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 148 | 236 | - |
| CMYK | 0.58 | 0.37 | 0 | 0.07 |
| HSL | 218.82º | 0.78% | 0.66% | - |
| HSV(B) | 218.82º | 0.58% | 0.93% | - |
| XYZ | 30.99 | 29.95 | 83.5 | - |
| YUV | 143.68 | 180.1 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 148 | 236 | 0.58 | 0.37 | 0 | 0.07 | 218.82 | 0.78 | 0.66 |
| Hex | 64 | 94 | EC | 3A | 25 | 0 | 7 | DB | 4E | 42 |
| Octal | 144 | 224 | 354 | 72 | 45 | 0 | 7 | 333 | 116 | 102 |
| Binary | 1100100 | 10010100 | 11101100 | 111010 | 100101 | 0 | 111 | 11011011 | 1001110 | 1000010 |
Color Harmonies of #6494EC
Complementary color
Monochromatic Colors of #6494EC
Black with #6494EC
Text Example
Text Example
White with #6494EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6494EC; }
p { color: rgb(100,148,236); }
H1.HeaderClassName
{
color: #6494EC;
}
.AnyTagClassName
{
color: #6494EC;
}
</style>
background-color css
<style>
a { background-color: #6494EC; }
a { background-color: rgb(100,148,236); }
div.DivClassName
{
background-color: #6494EC;
}
.BgClassName
{
background-color: #6494EC;
}
</style>
border-color css
<style>
span { border-color: #6494EC; }
span { border-color: rgb(100,148,236); }
td.TdClassName
{
border-color: #6494EC;
}
.TagClassName
{
border-color: #6494EC;
}
</style>