Shades of Chetwode Blue #647AAF
Tints of Chetwode Blue #647AAF
RGB
CMYK
RGB Variations
Color information
#647AAF (or 0x647AAF) is known color: Chetwode Blue. HEX triplet: 64, 7A and AF. RGB value is (100,122,175). Sum of RGB (Red+Green+Blue) = 100+122+175=397 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.19% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #647AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647AAF is #9B8550. Grayscale: #797979. Windows color (decimal): -10192209 or 11500132. OLE color: 11500132.
HSL color Cylindrical-coordinate representation of color #647AAF: hue angle of 222.4º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #647AAF is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 100 | 122 | 175 | - |
| CMYK | 0.43 | 0.30 | 0 | 0.31 |
| HSL | 222.4º | 0.32% | 0.54% | - |
| HSV(B) | 222.4º | 0.43% | 0.69% | - |
| XYZ | 19.95 | 19.72 | 43.31 | - |
| YUV | 121.46 | 158.21 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 122 | 175 | 0.43 | 0.30 | 0 | 0.31 | 222.4 | 0.32 | 0.54 |
| Hex | 64 | 7A | AF | 2B | 1E | 0 | 1F | DE | 20 | 36 |
| Octal | 144 | 172 | 257 | 53 | 36 | 0 | 37 | 336 | 40 | 66 |
| Binary | 1100100 | 1111010 | 10101111 | 101011 | 11110 | 0 | 11111 | 11011110 | 100000 | 110110 |
Color Harmonies of #647AAF
Complementary color
Monochromatic Colors of #647AAF
Black with #647AAF
Text Example
Text Example
White with #647AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647AAF; }
p { color: rgb(100,122,175); }
H1.HeaderClassName
{
color: #647AAF;
}
.AnyTagClassName
{
color: #647AAF;
}
</style>
background-color css
<style>
a { background-color: #647AAF; }
a { background-color: rgb(100,122,175); }
div.DivClassName
{
background-color: #647AAF;
}
.BgClassName
{
background-color: #647AAF;
}
</style>
border-color css
<style>
span { border-color: #647AAF; }
span { border-color: rgb(100,122,175); }
td.TdClassName
{
border-color: #647AAF;
}
.TagClassName
{
border-color: #647AAF;
}
</style>