Shades of Chetwode Blue #656BA3
Tints of Chetwode Blue #656BA3
RGB
CMYK
RGB Variations
Color information
#656BA3 (or 0x656BA3) is known color: Chetwode Blue. HEX triplet: 65, 6B and A3. RGB value is (101,107,163). Sum of RGB (Red+Green+Blue) = 101+107+163=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 163 (64.06% from 255 or 43.94% from 371); Max value from RGB is 163 - color contains mainly: blue. Hex color #656BA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656BA3 is #9A945C. Grayscale: #6F6F6F. Windows color (decimal): -10130525 or 10709861. OLE color: 10709861.
HSL color Cylindrical-coordinate representation of color #656BA3: hue angle of 234.19º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #656BA3 is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 101 | 107 | 163 | - |
| CMYK | 0.38 | 0.34 | 0 | 0.36 |
| HSL | 234.19º | 0.25% | 0.52% | - |
| HSV(B) | 234.19º | 0.38% | 0.64% | - |
| XYZ | 17.24 | 15.93 | 36.82 | - |
| YUV | 111.59 | 157.01 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 107 | 163 | 0.38 | 0.34 | 0 | 0.36 | 234.19 | 0.25 | 0.52 |
| Hex | 65 | 6B | A3 | 26 | 22 | 0 | 24 | EA | 19 | 34 |
| Octal | 145 | 153 | 243 | 46 | 42 | 0 | 44 | 352 | 31 | 64 |
| Binary | 1100101 | 1101011 | 10100011 | 100110 | 100010 | 0 | 100100 | 11101010 | 11001 | 110100 |
Color Harmonies of #656BA3
Complementary color
Monochromatic Colors of #656BA3
Black with #656BA3
Text Example
Text Example
White with #656BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656BA3; }
p { color: rgb(101,107,163); }
H1.HeaderClassName
{
color: #656BA3;
}
.AnyTagClassName
{
color: #656BA3;
}
</style>
background-color css
<style>
a { background-color: #656BA3; }
a { background-color: rgb(101,107,163); }
div.DivClassName
{
background-color: #656BA3;
}
.BgClassName
{
background-color: #656BA3;
}
</style>
border-color css
<style>
span { border-color: #656BA3; }
span { border-color: rgb(101,107,163); }
td.TdClassName
{
border-color: #656BA3;
}
.TagClassName
{
border-color: #656BA3;
}
</style>