Shades of Cornflower Blue #647ADD
Tints of Cornflower Blue #647ADD
RGB
CMYK
RGB Variations
Color information
#647ADD (or 0x647ADD) is known color: Cornflower Blue. HEX triplet: 64, 7A and DD. RGB value is (100,122,221). Sum of RGB (Red+Green+Blue) = 100+122+221=443 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.57% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #647ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647ADD is #9B8522. Grayscale: #7E7E7E. Windows color (decimal): -10192163 or 14514788. OLE color: 14514788.
HSL color Cylindrical-coordinate representation of color #647ADD: hue angle of 229.09º degrees, saturation: 0.64, 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 #647ADD is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 122 | 221 | - |
| CMYK | 0.55 | 0.45 | 0 | 0.13 |
| HSL | 229.09º | 0.64% | 0.63% | - |
| HSV(B) | 229.09º | 0.55% | 0.87% | - |
| XYZ | 25.27 | 21.85 | 71.29 | - |
| YUV | 126.71 | 181.21 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 122 | 221 | 0.55 | 0.45 | 0 | 0.13 | 229.09 | 0.64 | 0.63 |
| Hex | 64 | 7A | DD | 37 | 2D | 0 | D | E5 | 40 | 3F |
| Octal | 144 | 172 | 335 | 67 | 55 | 0 | 15 | 345 | 100 | 77 |
| Binary | 1100100 | 1111010 | 11011101 | 110111 | 101101 | 0 | 1101 | 11100101 | 1000000 | 111111 |
Color Harmonies of #647ADD
Complementary color
Monochromatic Colors of #647ADD
Black with #647ADD
Text Example
Text Example
White with #647ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647ADD; }
p { color: rgb(100,122,221); }
H1.HeaderClassName
{
color: #647ADD;
}
.AnyTagClassName
{
color: #647ADD;
}
</style>
background-color css
<style>
a { background-color: #647ADD; }
a { background-color: rgb(100,122,221); }
div.DivClassName
{
background-color: #647ADD;
}
.BgClassName
{
background-color: #647ADD;
}
</style>
border-color css
<style>
span { border-color: #647ADD; }
span { border-color: rgb(100,122,221); }
td.TdClassName
{
border-color: #647ADD;
}
.TagClassName
{
border-color: #647ADD;
}
</style>