Shades of Cornflower Blue #6491FE
Tints of Cornflower Blue #6491FE
RGB
CMYK
RGB Variations
Color information
#6491FE (or 0x6491FE) is known color: Cornflower Blue. HEX triplet: 64, 91 and FE. RGB value is (100,145,254). Sum of RGB (Red+Green+Blue) = 100+145+254=499 (66% of max value = 765). Red value is 100 (39.45% from 255 or 20.04% from 499); Green value is 145 (57.03% from 255 or 29.06% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #6491FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6491FE is #9B6E01. Grayscale: #8F8F8F. Windows color (decimal): -10186242 or 16683364. OLE color: 16683364.
HSL color Cylindrical-coordinate representation of color #6491FE: hue angle of 222.47º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6491FE is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 145 | 254 | - |
| CMYK | 0.61 | 0.43 | 0 | 0.00 |
| HSL | 222.47º | 0.99% | 0.69% | - |
| HSV(B) | 222.47º | 0.61% | 1% | - |
| XYZ | 33.27 | 30.12 | 97.83 | - |
| YUV | 143.97 | 190.09 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 145 | 254 | 0.61 | 0.43 | 0 | 0.00 | 222.47 | 0.99 | 0.69 |
| Hex | 64 | 91 | FE | 3D | 2B | 0 | 0 | DE | 63 | 45 |
| Octal | 144 | 221 | 376 | 75 | 53 | 0 | 0 | 336 | 143 | 105 |
| Binary | 1100100 | 10010001 | 11111110 | 111101 | 101011 | 0 | 0 | 11011110 | 1100011 | 1000101 |
Color Harmonies of #6491FE
Complementary color
Monochromatic Colors of #6491FE
Black with #6491FE
Text Example
Text Example
White with #6491FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6491FE; }
p { color: rgb(100,145,254); }
H1.HeaderClassName
{
color: #6491FE;
}
.AnyTagClassName
{
color: #6491FE;
}
</style>
background-color css
<style>
a { background-color: #6491FE; }
a { background-color: rgb(100,145,254); }
div.DivClassName
{
background-color: #6491FE;
}
.BgClassName
{
background-color: #6491FE;
}
</style>
border-color css
<style>
span { border-color: #6491FE; }
span { border-color: rgb(100,145,254); }
td.TdClassName
{
border-color: #6491FE;
}
.TagClassName
{
border-color: #6491FE;
}
</style>