Shades of Cornflower Blue #6497FB
Tints of Cornflower Blue #6497FB
RGB
CMYK
RGB Variations
Color information
#6497FB (or 0x6497FB) is known color: Cornflower Blue. HEX triplet: 64, 97 and FB. RGB value is (100,151,251). Sum of RGB (Red+Green+Blue) = 100+151+251=502 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.92% from 502); Green value is 151 (59.38% from 255 or 30.08% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #6497FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6497FB is #9B6804. Grayscale: #929292. Windows color (decimal): -10184709 or 16488292. OLE color: 16488292.
HSL color Cylindrical-coordinate representation of color #6497FB: hue angle of 219.74º degrees, saturation: 0.95, 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 #6497FB is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 151 | 251 | - |
| CMYK | 0.60 | 0.40 | 0 | 0.02 |
| HSL | 219.74º | 0.95% | 0.69% | - |
| HSV(B) | 219.74º | 0.6% | 0.98% | - |
| XYZ | 33.73 | 31.81 | 95.63 | - |
| YUV | 147.15 | 186.6 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 151 | 251 | 0.60 | 0.40 | 0 | 0.02 | 219.74 | 0.95 | 0.69 |
| Hex | 64 | 97 | FB | 3C | 28 | 0 | 2 | DC | 5F | 45 |
| Octal | 144 | 227 | 373 | 74 | 50 | 0 | 2 | 334 | 137 | 105 |
| Binary | 1100100 | 10010111 | 11111011 | 111100 | 101000 | 0 | 10 | 11011100 | 1011111 | 1000101 |
Color Harmonies of #6497FB
Complementary color
Monochromatic Colors of #6497FB
Black with #6497FB
Text Example
Text Example
White with #6497FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6497FB; }
p { color: rgb(100,151,251); }
H1.HeaderClassName
{
color: #6497FB;
}
.AnyTagClassName
{
color: #6497FB;
}
</style>
background-color css
<style>
a { background-color: #6497FB; }
a { background-color: rgb(100,151,251); }
div.DivClassName
{
background-color: #6497FB;
}
.BgClassName
{
background-color: #6497FB;
}
</style>
border-color css
<style>
span { border-color: #6497FB; }
span { border-color: rgb(100,151,251); }
td.TdClassName
{
border-color: #6497FB;
}
.TagClassName
{
border-color: #6497FB;
}
</style>