Shades of Chetwode Blue #647BA9
Tints of Chetwode Blue #647BA9
RGB
CMYK
RGB Variations
Color information
#647BA9 (or 0x647BA9) is known color: Chetwode Blue. HEX triplet: 64, 7B and A9. RGB value is (100,123,169). Sum of RGB (Red+Green+Blue) = 100+123+169=392 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.51% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 169 (66.41% from 255 or 43.11% from 392); Max value from RGB is 169 - color contains mainly: blue. Hex color #647BA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647BA9 is #9B8456. Grayscale: #797979. Windows color (decimal): -10191959 or 11107172. OLE color: 11107172.
HSL color Cylindrical-coordinate representation of color #647BA9: hue angle of 220º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #647BA9 is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 100 | 123 | 169 | - |
| CMYK | 0.41 | 0.27 | 0 | 0.34 |
| HSL | 220º | 0.29% | 0.53% | - |
| HSV(B) | 220º | 0.41% | 0.66% | - |
| XYZ | 19.5 | 19.74 | 40.32 | - |
| YUV | 121.37 | 154.88 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 123 | 169 | 0.41 | 0.27 | 0 | 0.34 | 220 | 0.29 | 0.53 |
| Hex | 64 | 7B | A9 | 29 | 1B | 0 | 22 | DC | 1D | 35 |
| Octal | 144 | 173 | 251 | 51 | 33 | 0 | 42 | 334 | 35 | 65 |
| Binary | 1100100 | 1111011 | 10101001 | 101001 | 11011 | 0 | 100010 | 11011100 | 11101 | 110101 |
Color Harmonies of #647BA9
Complementary color
Monochromatic Colors of #647BA9
Black with #647BA9
Text Example
Text Example
White with #647BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647BA9; }
p { color: rgb(100,123,169); }
H1.HeaderClassName
{
color: #647BA9;
}
.AnyTagClassName
{
color: #647BA9;
}
</style>
background-color css
<style>
a { background-color: #647BA9; }
a { background-color: rgb(100,123,169); }
div.DivClassName
{
background-color: #647BA9;
}
.BgClassName
{
background-color: #647BA9;
}
</style>
border-color css
<style>
span { border-color: #647BA9; }
span { border-color: rgb(100,123,169); }
td.TdClassName
{
border-color: #647BA9;
}
.TagClassName
{
border-color: #647BA9;
}
</style>