Shades of Cornflower Blue #6491FF
Tints of Cornflower Blue #6491FF
RGB
CMYK
RGB Variations
Color information
#6491FF (or 0x6491FF) is known color: Cornflower Blue. HEX triplet: 64, 91 and FF. RGB value is (100,145,255). Sum of RGB (Red+Green+Blue) = 100+145+255=500 (66% of max value = 765). Red value is 100 (39.45% from 255 or 20% from 500); Green value is 145 (57.03% from 255 or 29% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #6491FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6491FF is #9B6E00. Grayscale: #8F8F8F. Windows color (decimal): -10186241 or 16748900. OLE color: 16748900.
HSL color Cylindrical-coordinate representation of color #6491FF: hue angle of 222.58º 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 #6491FF is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 145 | 255 | - |
| CMYK | 0.61 | 0.43 | 0 | 0 |
| HSL | 222.58º | 1% | 0.7% | - |
| HSV(B) | 222.58º | 0.61% | 1% | - |
| XYZ | 33.43 | 30.18 | 98.67 | - |
| YUV | 144.09 | 190.59 | 96.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 145 | 255 | 0.61 | 0.43 | 0 | 0 | 222.58 | 1 | 0.7 |
| Hex | 64 | 91 | FF | 3D | 2B | 0 | 0 | DF | 64 | 46 |
| Octal | 144 | 221 | 377 | 75 | 53 | 0 | 0 | 337 | 144 | 106 |
| Binary | 1100100 | 10010001 | 11111111 | 111101 | 101011 | 0 | 0 | 11011111 | 1100100 | 1000110 |
Color Harmonies of #6491FF
Complementary color
Monochromatic Colors of #6491FF
Black with #6491FF
Text Example
Text Example
White with #6491FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6491FF; }
p { color: rgb(100,145,255); }
H1.HeaderClassName
{
color: #6491FF;
}
.AnyTagClassName
{
color: #6491FF;
}
</style>
background-color css
<style>
a { background-color: #6491FF; }
a { background-color: rgb(100,145,255); }
div.DivClassName
{
background-color: #6491FF;
}
.BgClassName
{
background-color: #6491FF;
}
</style>
border-color css
<style>
span { border-color: #6491FF; }
span { border-color: rgb(100,145,255); }
td.TdClassName
{
border-color: #6491FF;
}
.TagClassName
{
border-color: #6491FF;
}
</style>