Shades of Cornflower Blue #647EEC
Tints of Cornflower Blue #647EEC
RGB
CMYK
RGB Variations
Color information
#647EEC (or 0x647EEC) is known color: Cornflower Blue. HEX triplet: 64, 7E and EC. RGB value is (100,126,236). Sum of RGB (Red+Green+Blue) = 100+126+236=462 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.65% from 462); Green value is 126 (49.61% from 255 or 27.27% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #647EEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #647EEC is #9B8113. Grayscale: #828282. Windows color (decimal): -10191124 or 15498852. OLE color: 15498852.
HSL color Cylindrical-coordinate representation of color #647EEC: hue angle of 228.53º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #647EEC is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 126 | 236 | - |
| CMYK | 0.58 | 0.47 | 0 | 0.07 |
| HSL | 228.53º | 0.78% | 0.66% | - |
| HSV(B) | 228.53º | 0.58% | 0.93% | - |
| XYZ | 27.86 | 23.69 | 82.46 | - |
| YUV | 130.77 | 187.39 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 126 | 236 | 0.58 | 0.47 | 0 | 0.07 | 228.53 | 0.78 | 0.66 |
| Hex | 64 | 7E | EC | 3A | 2F | 0 | 7 | E5 | 4E | 42 |
| Octal | 144 | 176 | 354 | 72 | 57 | 0 | 7 | 345 | 116 | 102 |
| Binary | 1100100 | 1111110 | 11101100 | 111010 | 101111 | 0 | 111 | 11100101 | 1001110 | 1000010 |
Color Harmonies of #647EEC
Complementary color
Monochromatic Colors of #647EEC
Black with #647EEC
Text Example
Text Example
White with #647EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647EEC; }
p { color: rgb(100,126,236); }
H1.HeaderClassName
{
color: #647EEC;
}
.AnyTagClassName
{
color: #647EEC;
}
</style>
background-color css
<style>
a { background-color: #647EEC; }
a { background-color: rgb(100,126,236); }
div.DivClassName
{
background-color: #647EEC;
}
.BgClassName
{
background-color: #647EEC;
}
</style>
border-color css
<style>
span { border-color: #647EEC; }
span { border-color: rgb(100,126,236); }
td.TdClassName
{
border-color: #647EEC;
}
.TagClassName
{
border-color: #647EEC;
}
</style>