Shades of Cornflower Blue #649FF0
Tints of Cornflower Blue #649FF0
RGB
CMYK
RGB Variations
Color information
#649FF0 (or 0x649FF0) is known color: Cornflower Blue. HEX triplet: 64, 9F and F0. RGB value is (100,159,240). Sum of RGB (Red+Green+Blue) = 100+159+240=499 (66% of max value = 765). Red value is 100 (39.45% from 255 or 20.04% from 499); Green value is 159 (62.5% from 255 or 31.86% from 499); Blue value is 240 (94.14% from 255 or 48.10% from 499); Max value from RGB is 240 - color contains mainly: blue. Hex color #649FF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649FF0 is #9B600F. Grayscale: #969696. Windows color (decimal): -10182672 or 15769444. OLE color: 15769444.
HSL color Cylindrical-coordinate representation of color #649FF0: hue angle of 214.71º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #649FF0 is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 159 | 240 | - |
| CMYK | 0.58 | 0.34 | 0 | 0.06 |
| HSL | 214.71º | 0.82% | 0.67% | - |
| HSV(B) | 214.71º | 0.58% | 0.94% | - |
| XYZ | 33.38 | 33.8 | 87.2 | - |
| YUV | 150.59 | 178.45 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 159 | 240 | 0.58 | 0.34 | 0 | 0.06 | 214.71 | 0.82 | 0.67 |
| Hex | 64 | 9F | F0 | 3A | 22 | 0 | 6 | D7 | 52 | 43 |
| Octal | 144 | 237 | 360 | 72 | 42 | 0 | 6 | 327 | 122 | 103 |
| Binary | 1100100 | 10011111 | 11110000 | 111010 | 100010 | 0 | 110 | 11010111 | 1010010 | 1000011 |
Color Harmonies of #649FF0
Complementary color
Monochromatic Colors of #649FF0
Black with #649FF0
Text Example
Text Example
White with #649FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649FF0; }
p { color: rgb(100,159,240); }
H1.HeaderClassName
{
color: #649FF0;
}
.AnyTagClassName
{
color: #649FF0;
}
</style>
background-color css
<style>
a { background-color: #649FF0; }
a { background-color: rgb(100,159,240); }
div.DivClassName
{
background-color: #649FF0;
}
.BgClassName
{
background-color: #649FF0;
}
</style>
border-color css
<style>
span { border-color: #649FF0; }
span { border-color: rgb(100,159,240); }
td.TdClassName
{
border-color: #649FF0;
}
.TagClassName
{
border-color: #649FF0;
}
</style>