Shades of Cornflower Blue #647EE0
Tints of Cornflower Blue #647EE0
RGB
CMYK
RGB Variations
Color information
#647EE0 (or 0x647EE0) is known color: Cornflower Blue. HEX triplet: 64, 7E and E0. RGB value is (100,126,224). Sum of RGB (Red+Green+Blue) = 100+126+224=450 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.22% from 450); Green value is 126 (49.61% from 255 or 28% from 450); Blue value is 224 (87.89% from 255 or 49.78% from 450); Max value from RGB is 224 - color contains mainly: blue. Hex color #647EE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647EE0 is #9B811F. Grayscale: #808080. Windows color (decimal): -10191136 or 14712420. OLE color: 14712420.
HSL color Cylindrical-coordinate representation of color #647EE0: hue angle of 227.42º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #647EE0 is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 126 | 224 | - |
| CMYK | 0.55 | 0.44 | 0 | 0.12 |
| HSL | 227.42º | 0.67% | 0.64% | - |
| HSV(B) | 227.42º | 0.55% | 0.88% | - |
| XYZ | 26.17 | 23.01 | 73.58 | - |
| YUV | 129.4 | 181.39 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 126 | 224 | 0.55 | 0.44 | 0 | 0.12 | 227.42 | 0.67 | 0.64 |
| Hex | 64 | 7E | E0 | 37 | 2C | 0 | C | E3 | 43 | 40 |
| Octal | 144 | 176 | 340 | 67 | 54 | 0 | 14 | 343 | 103 | 100 |
| Binary | 1100100 | 1111110 | 11100000 | 110111 | 101100 | 0 | 1100 | 11100011 | 1000011 | 1000000 |
Color Harmonies of #647EE0
Complementary color
Monochromatic Colors of #647EE0
Black with #647EE0
Text Example
Text Example
White with #647EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647EE0; }
p { color: rgb(100,126,224); }
H1.HeaderClassName
{
color: #647EE0;
}
.AnyTagClassName
{
color: #647EE0;
}
</style>
background-color css
<style>
a { background-color: #647EE0; }
a { background-color: rgb(100,126,224); }
div.DivClassName
{
background-color: #647EE0;
}
.BgClassName
{
background-color: #647EE0;
}
</style>
border-color css
<style>
span { border-color: #647EE0; }
span { border-color: rgb(100,126,224); }
td.TdClassName
{
border-color: #647EE0;
}
.TagClassName
{
border-color: #647EE0;
}
</style>