Shades of Cornflower Blue #649FEA
Tints of Cornflower Blue #649FEA
RGB
CMYK
RGB Variations
Color information
#649FEA (or 0x649FEA) is known color: Cornflower Blue. HEX triplet: 64, 9F and EA. RGB value is (100,159,234). Sum of RGB (Red+Green+Blue) = 100+159+234=493 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.28% from 493); Green value is 159 (62.5% from 255 or 32.25% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 234 - color contains mainly: blue. Hex color #649FEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649FEA is #9B6015. Grayscale: #959595. Windows color (decimal): -10182678 or 15376228. OLE color: 15376228.
HSL color Cylindrical-coordinate representation of color #649FEA: hue angle of 213.58º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #649FEA is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 159 | 234 | - |
| CMYK | 0.57 | 0.32 | 0 | 0.08 |
| HSL | 213.58º | 0.76% | 0.65% | - |
| HSV(B) | 213.58º | 0.57% | 0.92% | - |
| XYZ | 32.5 | 33.45 | 82.58 | - |
| YUV | 149.91 | 175.45 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 159 | 234 | 0.57 | 0.32 | 0 | 0.08 | 213.58 | 0.76 | 0.65 |
| Hex | 64 | 9F | EA | 39 | 20 | 0 | 8 | D6 | 4C | 41 |
| Octal | 144 | 237 | 352 | 71 | 40 | 0 | 10 | 326 | 114 | 101 |
| Binary | 1100100 | 10011111 | 11101010 | 111001 | 100000 | 0 | 1000 | 11010110 | 1001100 | 1000001 |
Color Harmonies of #649FEA
Complementary color
Monochromatic Colors of #649FEA
Black with #649FEA
Text Example
Text Example
White with #649FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649FEA; }
p { color: rgb(100,159,234); }
H1.HeaderClassName
{
color: #649FEA;
}
.AnyTagClassName
{
color: #649FEA;
}
</style>
background-color css
<style>
a { background-color: #649FEA; }
a { background-color: rgb(100,159,234); }
div.DivClassName
{
background-color: #649FEA;
}
.BgClassName
{
background-color: #649FEA;
}
</style>
border-color css
<style>
span { border-color: #649FEA; }
span { border-color: rgb(100,159,234); }
td.TdClassName
{
border-color: #649FEA;
}
.TagClassName
{
border-color: #649FEA;
}
</style>