Shades of Chetwode Blue #647AAA
Tints of Chetwode Blue #647AAA
RGB
CMYK
RGB Variations
Color information
#647AAA (or 0x647AAA) is known color: Chetwode Blue. HEX triplet: 64, 7A and AA. RGB value is (100,122,170). Sum of RGB (Red+Green+Blue) = 100+122+170=392 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.51% from 392); Green value is 122 (48.05% from 255 or 31.12% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 170 - color contains mainly: blue. Hex color #647AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647AAA is #9B8555. Grayscale: #787878. Windows color (decimal): -10192214 or 11172452. OLE color: 11172452.
HSL color Cylindrical-coordinate representation of color #647AAA: hue angle of 221.14º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #647AAA is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 122 | 170 | - |
| CMYK | 0.41 | 0.28 | 0 | 0.33 |
| HSL | 221.14º | 0.29% | 0.53% | - |
| HSV(B) | 221.14º | 0.41% | 0.67% | - |
| XYZ | 19.47 | 19.53 | 40.77 | - |
| YUV | 120.89 | 155.71 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 122 | 170 | 0.41 | 0.28 | 0 | 0.33 | 221.14 | 0.29 | 0.53 |
| Hex | 64 | 7A | AA | 29 | 1C | 0 | 21 | DD | 1D | 35 |
| Octal | 144 | 172 | 252 | 51 | 34 | 0 | 41 | 335 | 35 | 65 |
| Binary | 1100100 | 1111010 | 10101010 | 101001 | 11100 | 0 | 100001 | 11011101 | 11101 | 110101 |
Color Harmonies of #647AAA
Complementary color
Monochromatic Colors of #647AAA
Black with #647AAA
Text Example
Text Example
White with #647AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647AAA; }
p { color: rgb(100,122,170); }
H1.HeaderClassName
{
color: #647AAA;
}
.AnyTagClassName
{
color: #647AAA;
}
</style>
background-color css
<style>
a { background-color: #647AAA; }
a { background-color: rgb(100,122,170); }
div.DivClassName
{
background-color: #647AAA;
}
.BgClassName
{
background-color: #647AAA;
}
</style>
border-color css
<style>
span { border-color: #647AAA; }
span { border-color: rgb(100,122,170); }
td.TdClassName
{
border-color: #647AAA;
}
.TagClassName
{
border-color: #647AAA;
}
</style>