Shades of Cornflower Blue #647ADB
Tints of Cornflower Blue #647ADB
RGB
CMYK
RGB Variations
Color information
#647ADB (or 0x647ADB) is known color: Cornflower Blue. HEX triplet: 64, 7A and DB. RGB value is (100,122,219). Sum of RGB (Red+Green+Blue) = 100+122+219=441 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.68% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #647ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647ADB is #9B8524. Grayscale: #7E7E7E. Windows color (decimal): -10192165 or 14383716. OLE color: 14383716.
HSL color Cylindrical-coordinate representation of color #647ADB: hue angle of 228.91º 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 #647ADB is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 122 | 219 | - |
| CMYK | 0.54 | 0.44 | 0 | 0.14 |
| HSL | 228.91º | 0.62% | 0.63% | - |
| HSV(B) | 228.91º | 0.54% | 0.86% | - |
| XYZ | 25 | 21.74 | 69.9 | - |
| YUV | 126.48 | 180.21 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 122 | 219 | 0.54 | 0.44 | 0 | 0.14 | 228.91 | 0.62 | 0.63 |
| Hex | 64 | 7A | DB | 36 | 2C | 0 | E | E5 | 3E | 3F |
| Octal | 144 | 172 | 333 | 66 | 54 | 0 | 16 | 345 | 76 | 77 |
| Binary | 1100100 | 1111010 | 11011011 | 110110 | 101100 | 0 | 1110 | 11100101 | 111110 | 111111 |
Color Harmonies of #647ADB
Complementary color
Monochromatic Colors of #647ADB
Black with #647ADB
Text Example
Text Example
White with #647ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647ADB; }
p { color: rgb(100,122,219); }
H1.HeaderClassName
{
color: #647ADB;
}
.AnyTagClassName
{
color: #647ADB;
}
</style>
background-color css
<style>
a { background-color: #647ADB; }
a { background-color: rgb(100,122,219); }
div.DivClassName
{
background-color: #647ADB;
}
.BgClassName
{
background-color: #647ADB;
}
</style>
border-color css
<style>
span { border-color: #647ADB; }
span { border-color: rgb(100,122,219); }
td.TdClassName
{
border-color: #647ADB;
}
.TagClassName
{
border-color: #647ADB;
}
</style>