Shades of Cornflower Blue #647ADE
Tints of Cornflower Blue #647ADE
RGB
CMYK
RGB Variations
Color information
#647ADE (or 0x647ADE) is known color: Cornflower Blue. HEX triplet: 64, 7A and DE. RGB value is (100,122,222). Sum of RGB (Red+Green+Blue) = 100+122+222=444 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.52% from 444); Green value is 122 (48.05% from 255 or 27.48% from 444); Blue value is 222 (87.11% from 255 or 50% from 444); Max value from RGB is 222 - color contains mainly: blue. Hex color #647ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647ADE is #9B8521. Grayscale: #7E7E7E. Windows color (decimal): -10192162 or 14580324. OLE color: 14580324.
HSL color Cylindrical-coordinate representation of color #647ADE: hue angle of 229.18º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #647ADE is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 122 | 222 | - |
| CMYK | 0.55 | 0.45 | 0 | 0.13 |
| HSL | 229.18º | 0.65% | 0.63% | - |
| HSV(B) | 229.18º | 0.55% | 0.87% | - |
| XYZ | 25.4 | 21.9 | 72 | - |
| YUV | 126.82 | 181.71 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 122 | 222 | 0.55 | 0.45 | 0 | 0.13 | 229.18 | 0.65 | 0.63 |
| Hex | 64 | 7A | DE | 37 | 2D | 0 | D | E5 | 41 | 3F |
| Octal | 144 | 172 | 336 | 67 | 55 | 0 | 15 | 345 | 101 | 77 |
| Binary | 1100100 | 1111010 | 11011110 | 110111 | 101101 | 0 | 1101 | 11100101 | 1000001 | 111111 |
Color Harmonies of #647ADE
Complementary color
Monochromatic Colors of #647ADE
Black with #647ADE
Text Example
Text Example
White with #647ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647ADE; }
p { color: rgb(100,122,222); }
H1.HeaderClassName
{
color: #647ADE;
}
.AnyTagClassName
{
color: #647ADE;
}
</style>
background-color css
<style>
a { background-color: #647ADE; }
a { background-color: rgb(100,122,222); }
div.DivClassName
{
background-color: #647ADE;
}
.BgClassName
{
background-color: #647ADE;
}
</style>
border-color css
<style>
span { border-color: #647ADE; }
span { border-color: rgb(100,122,222); }
td.TdClassName
{
border-color: #647ADE;
}
.TagClassName
{
border-color: #647ADE;
}
</style>