Shades of Cornflower Blue #6493EA
Tints of Cornflower Blue #6493EA
RGB
CMYK
RGB Variations
Color information
#6493EA (or 0x6493EA) is known color: Cornflower Blue. HEX triplet: 64, 93 and EA. RGB value is (100,147,234). Sum of RGB (Red+Green+Blue) = 100+147+234=481 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.79% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #6493EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6493EA is #9B6C15. Grayscale: #8E8E8E. Windows color (decimal): -10185750 or 15373156. OLE color: 15373156.
HSL color Cylindrical-coordinate representation of color #6493EA: hue angle of 218.96º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6493EA is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 147 | 234 | - |
| CMYK | 0.57 | 0.37 | 0 | 0.08 |
| HSL | 218.96º | 0.76% | 0.65% | - |
| HSV(B) | 218.96º | 0.57% | 0.92% | - |
| XYZ | 30.54 | 29.52 | 81.93 | - |
| YUV | 142.87 | 179.43 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 147 | 234 | 0.57 | 0.37 | 0 | 0.08 | 218.96 | 0.76 | 0.65 |
| Hex | 64 | 93 | EA | 39 | 25 | 0 | 8 | DB | 4C | 41 |
| Octal | 144 | 223 | 352 | 71 | 45 | 0 | 10 | 333 | 114 | 101 |
| Binary | 1100100 | 10010011 | 11101010 | 111001 | 100101 | 0 | 1000 | 11011011 | 1001100 | 1000001 |
Color Harmonies of #6493EA
Complementary color
Monochromatic Colors of #6493EA
Black with #6493EA
Text Example
Text Example
White with #6493EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6493EA; }
p { color: rgb(100,147,234); }
H1.HeaderClassName
{
color: #6493EA;
}
.AnyTagClassName
{
color: #6493EA;
}
</style>
background-color css
<style>
a { background-color: #6493EA; }
a { background-color: rgb(100,147,234); }
div.DivClassName
{
background-color: #6493EA;
}
.BgClassName
{
background-color: #6493EA;
}
</style>
border-color css
<style>
span { border-color: #6493EA; }
span { border-color: rgb(100,147,234); }
td.TdClassName
{
border-color: #6493EA;
}
.TagClassName
{
border-color: #6493EA;
}
</style>