Shades of Chetwode Blue #656DA7
Tints of Chetwode Blue #656DA7
RGB
CMYK
RGB Variations
Color information
#656DA7 (or 0x656DA7) is known color: Chetwode Blue. HEX triplet: 65, 6D and A7. RGB value is (101,109,167). Sum of RGB (Red+Green+Blue) = 101+109+167=377 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.79% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 167 (65.62% from 255 or 44.30% from 377); Max value from RGB is 167 - color contains mainly: blue. Hex color #656DA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656DA7 is #9A9258. Grayscale: #707070. Windows color (decimal): -10130009 or 10972517. OLE color: 10972517.
HSL color Cylindrical-coordinate representation of color #656DA7: hue angle of 232.73º 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 #656DA7 is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 101 | 109 | 167 | - |
| CMYK | 0.40 | 0.35 | 0 | 0.35 |
| HSL | 232.73º | 0.27% | 0.53% | - |
| HSV(B) | 232.73º | 0.4% | 0.65% | - |
| XYZ | 17.81 | 16.49 | 38.8 | - |
| YUV | 113.22 | 158.35 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 109 | 167 | 0.40 | 0.35 | 0 | 0.35 | 232.73 | 0.27 | 0.53 |
| Hex | 65 | 6D | A7 | 28 | 23 | 0 | 23 | E9 | 1B | 35 |
| Octal | 145 | 155 | 247 | 50 | 43 | 0 | 43 | 351 | 33 | 65 |
| Binary | 1100101 | 1101101 | 10100111 | 101000 | 100011 | 0 | 100011 | 11101001 | 11011 | 110101 |
Color Harmonies of #656DA7
Complementary color
Monochromatic Colors of #656DA7
Black with #656DA7
Text Example
Text Example
White with #656DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656DA7; }
p { color: rgb(101,109,167); }
H1.HeaderClassName
{
color: #656DA7;
}
.AnyTagClassName
{
color: #656DA7;
}
</style>
background-color css
<style>
a { background-color: #656DA7; }
a { background-color: rgb(101,109,167); }
div.DivClassName
{
background-color: #656DA7;
}
.BgClassName
{
background-color: #656DA7;
}
</style>
border-color css
<style>
span { border-color: #656DA7; }
span { border-color: rgb(101,109,167); }
td.TdClassName
{
border-color: #656DA7;
}
.TagClassName
{
border-color: #656DA7;
}
</style>