Shades of Chetwode Blue #647BAF
Tints of Chetwode Blue #647BAF
RGB
CMYK
RGB Variations
Color information
#647BAF (or 0x647BAF) is known color: Chetwode Blue. HEX triplet: 64, 7B and AF. RGB value is (100,123,175). Sum of RGB (Red+Green+Blue) = 100+123+175=398 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.13% from 398); Green value is 123 (48.44% from 255 or 30.90% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 175 - color contains mainly: blue. Hex color #647BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647BAF is #9B8450. Grayscale: #797979. Windows color (decimal): -10191953 or 11500388. OLE color: 11500388.
HSL color Cylindrical-coordinate representation of color #647BAF: hue angle of 221.6º 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 #647BAF is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 100 | 123 | 175 | - |
| CMYK | 0.43 | 0.30 | 0 | 0.31 |
| HSL | 221.6º | 0.32% | 0.54% | - |
| HSV(B) | 221.6º | 0.43% | 0.69% | - |
| XYZ | 20.08 | 19.97 | 43.35 | - |
| YUV | 122.05 | 157.88 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 123 | 175 | 0.43 | 0.30 | 0 | 0.31 | 221.6 | 0.32 | 0.54 |
| Hex | 64 | 7B | AF | 2B | 1E | 0 | 1F | DE | 20 | 36 |
| Octal | 144 | 173 | 257 | 53 | 36 | 0 | 37 | 336 | 40 | 66 |
| Binary | 1100100 | 1111011 | 10101111 | 101011 | 11110 | 0 | 11111 | 11011110 | 100000 | 110110 |
Color Harmonies of #647BAF
Complementary color
Monochromatic Colors of #647BAF
Black with #647BAF
Text Example
Text Example
White with #647BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647BAF; }
p { color: rgb(100,123,175); }
H1.HeaderClassName
{
color: #647BAF;
}
.AnyTagClassName
{
color: #647BAF;
}
</style>
background-color css
<style>
a { background-color: #647BAF; }
a { background-color: rgb(100,123,175); }
div.DivClassName
{
background-color: #647BAF;
}
.BgClassName
{
background-color: #647BAF;
}
</style>
border-color css
<style>
span { border-color: #647BAF; }
span { border-color: rgb(100,123,175); }
td.TdClassName
{
border-color: #647BAF;
}
.TagClassName
{
border-color: #647BAF;
}
</style>