Shades of Chetwode Blue #656BAA
Tints of Chetwode Blue #656BAA
RGB
CMYK
RGB Variations
Color information
#656BAA (or 0x656BAA) is known color: Chetwode Blue. HEX triplet: 65, 6B and AA. RGB value is (101,107,170). Sum of RGB (Red+Green+Blue) = 101+107+170=378 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.72% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #656BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656BAA is #9A9455. Grayscale: #707070. Windows color (decimal): -10130518 or 11168613. OLE color: 11168613.
HSL color Cylindrical-coordinate representation of color #656BAA: hue angle of 234.78º 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 #656BAA is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 107 | 170 | - |
| CMYK | 0.41 | 0.37 | 0 | 0.33 |
| HSL | 234.78º | 0.29% | 0.53% | - |
| HSV(B) | 234.78º | 0.41% | 0.67% | - |
| XYZ | 17.88 | 16.18 | 40.21 | - |
| YUV | 112.39 | 160.51 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 107 | 170 | 0.41 | 0.37 | 0 | 0.33 | 234.78 | 0.29 | 0.53 |
| Hex | 65 | 6B | AA | 29 | 25 | 0 | 21 | EB | 1D | 35 |
| Octal | 145 | 153 | 252 | 51 | 45 | 0 | 41 | 353 | 35 | 65 |
| Binary | 1100101 | 1101011 | 10101010 | 101001 | 100101 | 0 | 100001 | 11101011 | 11101 | 110101 |
Color Harmonies of #656BAA
Complementary color
Monochromatic Colors of #656BAA
Black with #656BAA
Text Example
Text Example
White with #656BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656BAA; }
p { color: rgb(101,107,170); }
H1.HeaderClassName
{
color: #656BAA;
}
.AnyTagClassName
{
color: #656BAA;
}
</style>
background-color css
<style>
a { background-color: #656BAA; }
a { background-color: rgb(101,107,170); }
div.DivClassName
{
background-color: #656BAA;
}
.BgClassName
{
background-color: #656BAA;
}
</style>
border-color css
<style>
span { border-color: #656BAA; }
span { border-color: rgb(101,107,170); }
td.TdClassName
{
border-color: #656BAA;
}
.TagClassName
{
border-color: #656BAA;
}
</style>