Shades of Chetwode Blue #657BAA
Tints of Chetwode Blue #657BAA
RGB
CMYK
RGB Variations
Color information
#657BAA (or 0x657BAA) is known color: Chetwode Blue. HEX triplet: 65, 7B and AA. RGB value is (101,123,170). Sum of RGB (Red+Green+Blue) = 101+123+170=394 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.63% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 170 - color contains mainly: blue. Hex color #657BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657BAA is #9A8455. Grayscale: #797979. Windows color (decimal): -10126422 or 11172709. OLE color: 11172709.
HSL color Cylindrical-coordinate representation of color #657BAA: hue angle of 220.87º 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 #657BAA is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 123 | 170 | - |
| CMYK | 0.41 | 0.28 | 0 | 0.33 |
| HSL | 220.87º | 0.29% | 0.53% | - |
| HSV(B) | 220.87º | 0.41% | 0.67% | - |
| XYZ | 19.71 | 19.83 | 40.82 | - |
| YUV | 121.78 | 155.21 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 123 | 170 | 0.41 | 0.28 | 0 | 0.33 | 220.87 | 0.29 | 0.53 |
| Hex | 65 | 7B | AA | 29 | 1C | 0 | 21 | DD | 1D | 35 |
| Octal | 145 | 173 | 252 | 51 | 34 | 0 | 41 | 335 | 35 | 65 |
| Binary | 1100101 | 1111011 | 10101010 | 101001 | 11100 | 0 | 100001 | 11011101 | 11101 | 110101 |
Color Harmonies of #657BAA
Complementary color
Monochromatic Colors of #657BAA
Black with #657BAA
Text Example
Text Example
White with #657BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657BAA; }
p { color: rgb(101,123,170); }
H1.HeaderClassName
{
color: #657BAA;
}
.AnyTagClassName
{
color: #657BAA;
}
</style>
background-color css
<style>
a { background-color: #657BAA; }
a { background-color: rgb(101,123,170); }
div.DivClassName
{
background-color: #657BAA;
}
.BgClassName
{
background-color: #657BAA;
}
</style>
border-color css
<style>
span { border-color: #657BAA; }
span { border-color: rgb(101,123,170); }
td.TdClassName
{
border-color: #657BAA;
}
.TagClassName
{
border-color: #657BAA;
}
</style>