Shades of Cornflower Blue #6493FF
Tints of Cornflower Blue #6493FF
RGB
CMYK
RGB Variations
Color information
#6493FF (or 0x6493FF) is known color: Cornflower Blue. HEX triplet: 64, 93 and FF. RGB value is (100,147,255). Sum of RGB (Red+Green+Blue) = 100+147+255=502 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.92% from 502); Green value is 147 (57.81% from 255 or 29.28% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #6493FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6493FF is #9B6C00. Grayscale: #909090. Windows color (decimal): -10185729 or 16749412. OLE color: 16749412.
HSL color Cylindrical-coordinate representation of color #6493FF: hue angle of 221.81º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6493FF is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 147 | 255 | - |
| CMYK | 0.61 | 0.42 | 0 | 0 |
| HSL | 221.81º | 1% | 0.7% | - |
| HSV(B) | 221.81º | 0.61% | 1% | - |
| XYZ | 33.74 | 30.8 | 98.77 | - |
| YUV | 145.26 | 189.93 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 147 | 255 | 0.61 | 0.42 | 0 | 0 | 221.81 | 1 | 0.7 |
| Hex | 64 | 93 | FF | 3D | 2A | 0 | 0 | DE | 64 | 46 |
| Octal | 144 | 223 | 377 | 75 | 52 | 0 | 0 | 336 | 144 | 106 |
| Binary | 1100100 | 10010011 | 11111111 | 111101 | 101010 | 0 | 0 | 11011110 | 1100100 | 1000110 |
Color Harmonies of #6493FF
Complementary color
Monochromatic Colors of #6493FF
Black with #6493FF
Text Example
Text Example
White with #6493FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6493FF; }
p { color: rgb(100,147,255); }
H1.HeaderClassName
{
color: #6493FF;
}
.AnyTagClassName
{
color: #6493FF;
}
</style>
background-color css
<style>
a { background-color: #6493FF; }
a { background-color: rgb(100,147,255); }
div.DivClassName
{
background-color: #6493FF;
}
.BgClassName
{
background-color: #6493FF;
}
</style>
border-color css
<style>
span { border-color: #6493FF; }
span { border-color: rgb(100,147,255); }
td.TdClassName
{
border-color: #6493FF;
}
.TagClassName
{
border-color: #6493FF;
}
</style>