Shades of Chetwode Blue #656BA7
Tints of Chetwode Blue #656BA7
RGB
CMYK
RGB Variations
Color information
#656BA7 (or 0x656BA7) is known color: Chetwode Blue. HEX triplet: 65, 6B and A7. RGB value is (101,107,167). Sum of RGB (Red+Green+Blue) = 101+107+167=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 167 (65.62% from 255 or 44.53% from 375); Max value from RGB is 167 - color contains mainly: blue. Hex color #656BA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656BA7 is #9A9458. Grayscale: #6F6F6F. Windows color (decimal): -10130521 or 10972005. OLE color: 10972005.
HSL color Cylindrical-coordinate representation of color #656BA7: hue angle of 234.55º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #656BA7 is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 101 | 107 | 167 | - |
| CMYK | 0.40 | 0.36 | 0 | 0.35 |
| HSL | 234.55º | 0.27% | 0.53% | - |
| HSV(B) | 234.55º | 0.4% | 0.65% | - |
| XYZ | 17.6 | 16.07 | 38.73 | - |
| YUV | 112.05 | 159.01 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 107 | 167 | 0.40 | 0.36 | 0 | 0.35 | 234.55 | 0.27 | 0.53 |
| Hex | 65 | 6B | A7 | 28 | 24 | 0 | 23 | EB | 1B | 35 |
| Octal | 145 | 153 | 247 | 50 | 44 | 0 | 43 | 353 | 33 | 65 |
| Binary | 1100101 | 1101011 | 10100111 | 101000 | 100100 | 0 | 100011 | 11101011 | 11011 | 110101 |
Color Harmonies of #656BA7
Complementary color
Monochromatic Colors of #656BA7
Black with #656BA7
Text Example
Text Example
White with #656BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656BA7; }
p { color: rgb(101,107,167); }
H1.HeaderClassName
{
color: #656BA7;
}
.AnyTagClassName
{
color: #656BA7;
}
</style>
background-color css
<style>
a { background-color: #656BA7; }
a { background-color: rgb(101,107,167); }
div.DivClassName
{
background-color: #656BA7;
}
.BgClassName
{
background-color: #656BA7;
}
</style>
border-color css
<style>
span { border-color: #656BA7; }
span { border-color: rgb(101,107,167); }
td.TdClassName
{
border-color: #656BA7;
}
.TagClassName
{
border-color: #656BA7;
}
</style>