Shades of Cornflower Blue #6491E9
Tints of Cornflower Blue #6491E9
RGB
CMYK
RGB Variations
Color information
#6491E9 (or 0x6491E9) is known color: Cornflower Blue. HEX triplet: 64, 91 and E9. RGB value is (100,145,233). Sum of RGB (Red+Green+Blue) = 100+145+233=478 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.92% from 478); Green value is 145 (57.03% from 255 or 30.33% from 478); Blue value is 233 (91.41% from 255 or 48.74% from 478); Max value from RGB is 233 - color contains mainly: blue. Hex color #6491E9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6491E9 is #9B6E16. Grayscale: #8D8D8D. Windows color (decimal): -10186263 or 15307108. OLE color: 15307108.
HSL color Cylindrical-coordinate representation of color #6491E9: hue angle of 219.7º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6491E9 is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 100 | 145 | 233 | - |
| CMYK | 0.57 | 0.38 | 0 | 0.09 |
| HSL | 219.7º | 0.75% | 0.65% | - |
| HSV(B) | 219.7º | 0.57% | 0.91% | - |
| XYZ | 30.09 | 28.84 | 81.07 | - |
| YUV | 141.58 | 179.59 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 145 | 233 | 0.57 | 0.38 | 0 | 0.09 | 219.7 | 0.75 | 0.65 |
| Hex | 64 | 91 | E9 | 39 | 26 | 0 | 9 | DC | 4B | 41 |
| Octal | 144 | 221 | 351 | 71 | 46 | 0 | 11 | 334 | 113 | 101 |
| Binary | 1100100 | 10010001 | 11101001 | 111001 | 100110 | 0 | 1001 | 11011100 | 1001011 | 1000001 |
Color Harmonies of #6491E9
Complementary color
Monochromatic Colors of #6491E9
Black with #6491E9
Text Example
Text Example
White with #6491E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6491E9; }
p { color: rgb(100,145,233); }
H1.HeaderClassName
{
color: #6491E9;
}
.AnyTagClassName
{
color: #6491E9;
}
</style>
background-color css
<style>
a { background-color: #6491E9; }
a { background-color: rgb(100,145,233); }
div.DivClassName
{
background-color: #6491E9;
}
.BgClassName
{
background-color: #6491E9;
}
</style>
border-color css
<style>
span { border-color: #6491E9; }
span { border-color: rgb(100,145,233); }
td.TdClassName
{
border-color: #6491E9;
}
.TagClassName
{
border-color: #6491E9;
}
</style>