Shades of Cornflower Blue #6497FA
Tints of Cornflower Blue #6497FA
RGB
CMYK
RGB Variations
Color information
#6497FA (or 0x6497FA) is known color: Cornflower Blue. HEX triplet: 64, 97 and FA. RGB value is (100,151,250). Sum of RGB (Red+Green+Blue) = 100+151+250=501 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.96% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #6497FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6497FA is #9B6805. Grayscale: #929292. Windows color (decimal): -10184710 or 16422756. OLE color: 16422756.
HSL color Cylindrical-coordinate representation of color #6497FA: hue angle of 219.6º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6497FA is Cyan = 0.6, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 151 | 250 | - |
| CMYK | 0.6 | 0.40 | 0 | 0.02 |
| HSL | 219.6º | 0.94% | 0.69% | - |
| HSV(B) | 219.6º | 0.6% | 0.98% | - |
| XYZ | 33.58 | 31.74 | 94.8 | - |
| YUV | 147.04 | 186.1 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 151 | 250 | 0.6 | 0.40 | 0 | 0.02 | 219.6 | 0.94 | 0.69 |
| Hex | 64 | 97 | FA | 3C | 28 | 0 | 2 | DC | 5E | 45 |
| Octal | 144 | 227 | 372 | 74 | 50 | 0 | 2 | 334 | 136 | 105 |
| Binary | 1100100 | 10010111 | 11111010 | 111100 | 101000 | 0 | 10 | 11011100 | 1011110 | 1000101 |
Color Harmonies of #6497FA
Complementary color
Monochromatic Colors of #6497FA
Black with #6497FA
Text Example
Text Example
White with #6497FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6497FA; }
p { color: rgb(100,151,250); }
H1.HeaderClassName
{
color: #6497FA;
}
.AnyTagClassName
{
color: #6497FA;
}
</style>
background-color css
<style>
a { background-color: #6497FA; }
a { background-color: rgb(100,151,250); }
div.DivClassName
{
background-color: #6497FA;
}
.BgClassName
{
background-color: #6497FA;
}
</style>
border-color css
<style>
span { border-color: #6497FA; }
span { border-color: rgb(100,151,250); }
td.TdClassName
{
border-color: #6497FA;
}
.TagClassName
{
border-color: #6497FA;
}
</style>