Shades of Cornflower Blue #6491FA
Tints of Cornflower Blue #6491FA
RGB
CMYK
RGB Variations
Color information
#6491FA (or 0x6491FA) is known color: Cornflower Blue. HEX triplet: 64, 91 and FA. RGB value is (100,145,250). Sum of RGB (Red+Green+Blue) = 100+145+250=495 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.20% from 495); Green value is 145 (57.03% from 255 or 29.29% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #6491FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6491FA is #9B6E05. Grayscale: #8F8F8F. Windows color (decimal): -10186246 or 16421220. OLE color: 16421220.
HSL color Cylindrical-coordinate representation of color #6491FA: hue angle of 222º 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 #6491FA is Cyan = 0.6, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 145 | 250 | - |
| CMYK | 0.6 | 0.42 | 0 | 0.02 |
| HSL | 222º | 0.94% | 0.69% | - |
| HSV(B) | 222º | 0.6% | 0.98% | - |
| XYZ | 32.64 | 29.86 | 94.49 | - |
| YUV | 143.52 | 188.09 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 145 | 250 | 0.6 | 0.42 | 0 | 0.02 | 222 | 0.94 | 0.69 |
| Hex | 64 | 91 | FA | 3C | 2A | 0 | 2 | DE | 5E | 45 |
| Octal | 144 | 221 | 372 | 74 | 52 | 0 | 2 | 336 | 136 | 105 |
| Binary | 1100100 | 10010001 | 11111010 | 111100 | 101010 | 0 | 10 | 11011110 | 1011110 | 1000101 |
Color Harmonies of #6491FA
Complementary color
Monochromatic Colors of #6491FA
Black with #6491FA
Text Example
Text Example
White with #6491FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6491FA; }
p { color: rgb(100,145,250); }
H1.HeaderClassName
{
color: #6491FA;
}
.AnyTagClassName
{
color: #6491FA;
}
</style>
background-color css
<style>
a { background-color: #6491FA; }
a { background-color: rgb(100,145,250); }
div.DivClassName
{
background-color: #6491FA;
}
.BgClassName
{
background-color: #6491FA;
}
</style>
border-color css
<style>
span { border-color: #6491FA; }
span { border-color: rgb(100,145,250); }
td.TdClassName
{
border-color: #6491FA;
}
.TagClassName
{
border-color: #6491FA;
}
</style>