Shades of Cornflower Blue #6495FB
Tints of Cornflower Blue #6495FB
RGB
CMYK
RGB Variations
Color information
#6495FB (or 0x6495FB) is known color: Cornflower Blue. HEX triplet: 64, 95 and FB. RGB value is (100,149,251). Sum of RGB (Red+Green+Blue) = 100+149+251=500 (66% of max value = 765). Red value is 100 (39.45% from 255 or 20% from 500); Green value is 149 (58.59% from 255 or 29.8% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #6495FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6495FB is #9B6A04. Grayscale: #919191. Windows color (decimal): -10185221 or 16487780. OLE color: 16487780.
HSL color Cylindrical-coordinate representation of color #6495FB: hue angle of 220.53º 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 #6495FB is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 149 | 251 | - |
| CMYK | 0.60 | 0.41 | 0 | 0.02 |
| HSL | 220.53º | 0.95% | 0.69% | - |
| HSV(B) | 220.53º | 0.6% | 0.98% | - |
| XYZ | 33.42 | 31.17 | 95.52 | - |
| YUV | 145.98 | 187.27 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 149 | 251 | 0.60 | 0.41 | 0 | 0.02 | 220.53 | 0.95 | 0.69 |
| Hex | 64 | 95 | FB | 3C | 29 | 0 | 2 | DD | 5F | 45 |
| Octal | 144 | 225 | 373 | 74 | 51 | 0 | 2 | 335 | 137 | 105 |
| Binary | 1100100 | 10010101 | 11111011 | 111100 | 101001 | 0 | 10 | 11011101 | 1011111 | 1000101 |
Color Harmonies of #6495FB
Complementary color
Monochromatic Colors of #6495FB
Black with #6495FB
Text Example
Text Example
White with #6495FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6495FB; }
p { color: rgb(100,149,251); }
H1.HeaderClassName
{
color: #6495FB;
}
.AnyTagClassName
{
color: #6495FB;
}
</style>
background-color css
<style>
a { background-color: #6495FB; }
a { background-color: rgb(100,149,251); }
div.DivClassName
{
background-color: #6495FB;
}
.BgClassName
{
background-color: #6495FB;
}
</style>
border-color css
<style>
span { border-color: #6495FB; }
span { border-color: rgb(100,149,251); }
td.TdClassName
{
border-color: #6495FB;
}
.TagClassName
{
border-color: #6495FB;
}
</style>