Shades of Cornflower Blue #6493D9
Tints of Cornflower Blue #6493D9
RGB
CMYK
RGB Variations
Color information
#6493D9 (or 0x6493D9) is known color: Cornflower Blue. HEX triplet: 64, 93 and D9. RGB value is (100,147,217). Sum of RGB (Red+Green+Blue) = 100+147+217=464 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.55% from 464); Green value is 147 (57.81% from 255 or 31.68% from 464); Blue value is 217 (85.16% from 255 or 46.77% from 464); Max value from RGB is 217 - color contains mainly: blue. Hex color #6493D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6493D9 is #9B6C26. Grayscale: #8C8C8C. Windows color (decimal): -10185767 or 14259044. OLE color: 14259044.
HSL color Cylindrical-coordinate representation of color #6493D9: hue angle of 215.9º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6493D9 is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 147 | 217 | - |
| CMYK | 0.54 | 0.32 | 0 | 0.15 |
| HSL | 215.9º | 0.61% | 0.62% | - |
| HSV(B) | 215.9º | 0.54% | 0.85% | - |
| XYZ | 28.21 | 28.59 | 69.68 | - |
| YUV | 140.93 | 170.93 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 147 | 217 | 0.54 | 0.32 | 0 | 0.15 | 215.9 | 0.61 | 0.62 |
| Hex | 64 | 93 | D9 | 36 | 20 | 0 | F | D8 | 3D | 3E |
| Octal | 144 | 223 | 331 | 66 | 40 | 0 | 17 | 330 | 75 | 76 |
| Binary | 1100100 | 10010011 | 11011001 | 110110 | 100000 | 0 | 1111 | 11011000 | 111101 | 111110 |
Color Harmonies of #6493D9
Complementary color
Monochromatic Colors of #6493D9
Black with #6493D9
Text Example
Text Example
White with #6493D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6493D9; }
p { color: rgb(100,147,217); }
H1.HeaderClassName
{
color: #6493D9;
}
.AnyTagClassName
{
color: #6493D9;
}
</style>
background-color css
<style>
a { background-color: #6493D9; }
a { background-color: rgb(100,147,217); }
div.DivClassName
{
background-color: #6493D9;
}
.BgClassName
{
background-color: #6493D9;
}
</style>
border-color css
<style>
span { border-color: #6493D9; }
span { border-color: rgb(100,147,217); }
td.TdClassName
{
border-color: #6493D9;
}
.TagClassName
{
border-color: #6493D9;
}
</style>