Shades of Cornflower Blue #6495EF
Tints of Cornflower Blue #6495EF
RGB
CMYK
RGB Variations
Color information
#6495EF (or 0x6495EF) is known color: Cornflower Blue. HEX triplet: 64, 95 and EF. RGB value is (100,149,239). Sum of RGB (Red+Green+Blue) = 100+149+239=488 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.49% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #6495EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6495EF is #9B6A10. Grayscale: #909090. Windows color (decimal): -10185233 or 15701348. OLE color: 15701348.
HSL color Cylindrical-coordinate representation of color #6495EF: hue angle of 218.85º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6495EF is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 149 | 239 | - |
| CMYK | 0.58 | 0.38 | 0 | 0.06 |
| HSL | 218.85º | 0.81% | 0.66% | - |
| HSV(B) | 218.85º | 0.58% | 0.94% | - |
| XYZ | 31.58 | 30.44 | 85.87 | - |
| YUV | 144.61 | 181.27 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 149 | 239 | 0.58 | 0.38 | 0 | 0.06 | 218.85 | 0.81 | 0.66 |
| Hex | 64 | 95 | EF | 3A | 26 | 0 | 6 | DB | 51 | 42 |
| Octal | 144 | 225 | 357 | 72 | 46 | 0 | 6 | 333 | 121 | 102 |
| Binary | 1100100 | 10010101 | 11101111 | 111010 | 100110 | 0 | 110 | 11011011 | 1010001 | 1000010 |
Color Harmonies of #6495EF
Complementary color
Monochromatic Colors of #6495EF
Black with #6495EF
Text Example
Text Example
White with #6495EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6495EF; }
p { color: rgb(100,149,239); }
H1.HeaderClassName
{
color: #6495EF;
}
.AnyTagClassName
{
color: #6495EF;
}
</style>
background-color css
<style>
a { background-color: #6495EF; }
a { background-color: rgb(100,149,239); }
div.DivClassName
{
background-color: #6495EF;
}
.BgClassName
{
background-color: #6495EF;
}
</style>
border-color css
<style>
span { border-color: #6495EF; }
span { border-color: rgb(100,149,239); }
td.TdClassName
{
border-color: #6495EF;
}
.TagClassName
{
border-color: #6495EF;
}
</style>