Shades of Cornflower Blue #647BE0
Tints of Cornflower Blue #647BE0
RGB
CMYK
RGB Variations
Color information
#647BE0 (or 0x647BE0) is known color: Cornflower Blue. HEX triplet: 64, 7B and E0. RGB value is (100,123,224). Sum of RGB (Red+Green+Blue) = 100+123+224=447 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.37% from 447); Green value is 123 (48.44% from 255 or 27.52% from 447); Blue value is 224 (87.89% from 255 or 50.11% from 447); Max value from RGB is 224 - color contains mainly: blue. Hex color #647BE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647BE0 is #9B841F. Grayscale: #7F7F7F. Windows color (decimal): -10191904 or 14711652. OLE color: 14711652.
HSL color Cylindrical-coordinate representation of color #647BE0: hue angle of 228.87º 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 #647BE0 is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 123 | 224 | - |
| CMYK | 0.55 | 0.45 | 0 | 0.12 |
| HSL | 228.87º | 0.67% | 0.64% | - |
| HSV(B) | 228.87º | 0.55% | 0.88% | - |
| XYZ | 25.79 | 22.26 | 73.46 | - |
| YUV | 127.64 | 182.38 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 123 | 224 | 0.55 | 0.45 | 0 | 0.12 | 228.87 | 0.67 | 0.64 |
| Hex | 64 | 7B | E0 | 37 | 2D | 0 | C | E5 | 43 | 40 |
| Octal | 144 | 173 | 340 | 67 | 55 | 0 | 14 | 345 | 103 | 100 |
| Binary | 1100100 | 1111011 | 11100000 | 110111 | 101101 | 0 | 1100 | 11100101 | 1000011 | 1000000 |
Color Harmonies of #647BE0
Complementary color
Monochromatic Colors of #647BE0
Black with #647BE0
Text Example
Text Example
White with #647BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647BE0; }
p { color: rgb(100,123,224); }
H1.HeaderClassName
{
color: #647BE0;
}
.AnyTagClassName
{
color: #647BE0;
}
</style>
background-color css
<style>
a { background-color: #647BE0; }
a { background-color: rgb(100,123,224); }
div.DivClassName
{
background-color: #647BE0;
}
.BgClassName
{
background-color: #647BE0;
}
</style>
border-color css
<style>
span { border-color: #647BE0; }
span { border-color: rgb(100,123,224); }
td.TdClassName
{
border-color: #647BE0;
}
.TagClassName
{
border-color: #647BE0;
}
</style>