Shades of Cornflower Blue #647EDB
Tints of Cornflower Blue #647EDB
RGB
CMYK
RGB Variations
Color information
#647EDB (or 0x647EDB) is known color: Cornflower Blue. HEX triplet: 64, 7E and DB. RGB value is (100,126,219). Sum of RGB (Red+Green+Blue) = 100+126+219=445 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.47% from 445); Green value is 126 (49.61% from 255 or 28.31% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #647EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647EDB is #9B8124. Grayscale: #808080. Windows color (decimal): -10191141 or 14384740. OLE color: 14384740.
HSL color Cylindrical-coordinate representation of color #647EDB: hue angle of 226.89º 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 #647EDB is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 126 | 219 | - |
| CMYK | 0.54 | 0.42 | 0 | 0.14 |
| HSL | 226.89º | 0.62% | 0.63% | - |
| HSV(B) | 226.89º | 0.54% | 0.86% | - |
| XYZ | 25.5 | 22.75 | 70.06 | - |
| YUV | 128.83 | 178.89 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 126 | 219 | 0.54 | 0.42 | 0 | 0.14 | 226.89 | 0.62 | 0.63 |
| Hex | 64 | 7E | DB | 36 | 2A | 0 | E | E3 | 3E | 3F |
| Octal | 144 | 176 | 333 | 66 | 52 | 0 | 16 | 343 | 76 | 77 |
| Binary | 1100100 | 1111110 | 11011011 | 110110 | 101010 | 0 | 1110 | 11100011 | 111110 | 111111 |
Color Harmonies of #647EDB
Complementary color
Monochromatic Colors of #647EDB
Black with #647EDB
Text Example
Text Example
White with #647EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647EDB; }
p { color: rgb(100,126,219); }
H1.HeaderClassName
{
color: #647EDB;
}
.AnyTagClassName
{
color: #647EDB;
}
</style>
background-color css
<style>
a { background-color: #647EDB; }
a { background-color: rgb(100,126,219); }
div.DivClassName
{
background-color: #647EDB;
}
.BgClassName
{
background-color: #647EDB;
}
</style>
border-color css
<style>
span { border-color: #647EDB; }
span { border-color: rgb(100,126,219); }
td.TdClassName
{
border-color: #647EDB;
}
.TagClassName
{
border-color: #647EDB;
}
</style>