Shades of Cornflower Blue #647CDB
Tints of Cornflower Blue #647CDB
RGB
CMYK
RGB Variations
Color information
#647CDB (or 0x647CDB) is known color: Cornflower Blue. HEX triplet: 64, 7C and DB. RGB value is (100,124,219). Sum of RGB (Red+Green+Blue) = 100+124+219=443 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.57% from 443); Green value is 124 (48.83% from 255 or 27.99% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #647CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647CDB is #9B8324. Grayscale: #7F7F7F. Windows color (decimal): -10191653 or 14384228. OLE color: 14384228.
HSL color Cylindrical-coordinate representation of color #647CDB: hue angle of 227.9º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #647CDB is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 124 | 219 | - |
| CMYK | 0.54 | 0.43 | 0 | 0.14 |
| HSL | 227.9º | 0.62% | 0.63% | - |
| HSV(B) | 227.9º | 0.54% | 0.86% | - |
| XYZ | 25.25 | 22.24 | 69.98 | - |
| YUV | 127.65 | 179.55 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 124 | 219 | 0.54 | 0.43 | 0 | 0.14 | 227.9 | 0.62 | 0.63 |
| Hex | 64 | 7C | DB | 36 | 2B | 0 | E | E4 | 3E | 3F |
| Octal | 144 | 174 | 333 | 66 | 53 | 0 | 16 | 344 | 76 | 77 |
| Binary | 1100100 | 1111100 | 11011011 | 110110 | 101011 | 0 | 1110 | 11100100 | 111110 | 111111 |
Color Harmonies of #647CDB
Complementary color
Monochromatic Colors of #647CDB
Black with #647CDB
Text Example
Text Example
White with #647CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647CDB; }
p { color: rgb(100,124,219); }
H1.HeaderClassName
{
color: #647CDB;
}
.AnyTagClassName
{
color: #647CDB;
}
</style>
background-color css
<style>
a { background-color: #647CDB; }
a { background-color: rgb(100,124,219); }
div.DivClassName
{
background-color: #647CDB;
}
.BgClassName
{
background-color: #647CDB;
}
</style>
border-color css
<style>
span { border-color: #647CDB; }
span { border-color: rgb(100,124,219); }
td.TdClassName
{
border-color: #647CDB;
}
.TagClassName
{
border-color: #647CDB;
}
</style>