Shades of Cornflower Blue #649BE7
Tints of Cornflower Blue #649BE7
RGB
CMYK
RGB Variations
Color information
#649BE7 (or 0x649BE7) is known color: Cornflower Blue. HEX triplet: 64, 9B and E7. RGB value is (100,155,231). Sum of RGB (Red+Green+Blue) = 100+155+231=486 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.58% from 486); Green value is 155 (60.94% from 255 or 31.89% from 486); Blue value is 231 (90.62% from 255 or 47.53% from 486); Max value from RGB is 231 - color contains mainly: blue. Hex color #649BE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649BE7 is #9B6418. Grayscale: #929292. Windows color (decimal): -10183705 or 15178596. OLE color: 15178596.
HSL color Cylindrical-coordinate representation of color #649BE7: hue angle of 214.81º degrees, saturation: 0.73, 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 #649BE7 is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 100 | 155 | 231 | - |
| CMYK | 0.57 | 0.33 | 0 | 0.09 |
| HSL | 214.81º | 0.73% | 0.65% | - |
| HSV(B) | 214.81º | 0.57% | 0.91% | - |
| XYZ | 31.4 | 31.92 | 80.11 | - |
| YUV | 147.22 | 175.28 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 155 | 231 | 0.57 | 0.33 | 0 | 0.09 | 214.81 | 0.73 | 0.65 |
| Hex | 64 | 9B | E7 | 39 | 21 | 0 | 9 | D7 | 49 | 41 |
| Octal | 144 | 233 | 347 | 71 | 41 | 0 | 11 | 327 | 111 | 101 |
| Binary | 1100100 | 10011011 | 11100111 | 111001 | 100001 | 0 | 1001 | 11010111 | 1001001 | 1000001 |
Color Harmonies of #649BE7
Complementary color
Monochromatic Colors of #649BE7
Black with #649BE7
Text Example
Text Example
White with #649BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649BE7; }
p { color: rgb(100,155,231); }
H1.HeaderClassName
{
color: #649BE7;
}
.AnyTagClassName
{
color: #649BE7;
}
</style>
background-color css
<style>
a { background-color: #649BE7; }
a { background-color: rgb(100,155,231); }
div.DivClassName
{
background-color: #649BE7;
}
.BgClassName
{
background-color: #649BE7;
}
</style>
border-color css
<style>
span { border-color: #649BE7; }
span { border-color: rgb(100,155,231); }
td.TdClassName
{
border-color: #649BE7;
}
.TagClassName
{
border-color: #649BE7;
}
</style>