Shades of Chetwode Blue #656CA2
Tints of Chetwode Blue #656CA2
RGB
CMYK
RGB Variations
Color information
#656CA2 (or 0x656CA2) is known color: Chetwode Blue. HEX triplet: 65, 6C and A2. RGB value is (101,108,162). Sum of RGB (Red+Green+Blue) = 101+108+162=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 162 (63.67% from 255 or 43.67% from 371); Max value from RGB is 162 - color contains mainly: blue. Hex color #656CA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656CA2 is #9A935D. Grayscale: #6F6F6F. Windows color (decimal): -10130270 or 10644581. OLE color: 10644581.
HSL color Cylindrical-coordinate representation of color #656CA2: hue angle of 233.11º 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 #656CA2 is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 101 | 108 | 162 | - |
| CMYK | 0.38 | 0.33 | 0 | 0.36 |
| HSL | 233.11º | 0.25% | 0.52% | - |
| HSV(B) | 233.11º | 0.38% | 0.64% | - |
| XYZ | 17.25 | 16.1 | 36.38 | - |
| YUV | 112.06 | 156.18 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 108 | 162 | 0.38 | 0.33 | 0 | 0.36 | 233.11 | 0.25 | 0.52 |
| Hex | 65 | 6C | A2 | 26 | 21 | 0 | 24 | E9 | 19 | 34 |
| Octal | 145 | 154 | 242 | 46 | 41 | 0 | 44 | 351 | 31 | 64 |
| Binary | 1100101 | 1101100 | 10100010 | 100110 | 100001 | 0 | 100100 | 11101001 | 11001 | 110100 |
Color Harmonies of #656CA2
Complementary color
Monochromatic Colors of #656CA2
Black with #656CA2
Text Example
Text Example
White with #656CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656CA2; }
p { color: rgb(101,108,162); }
H1.HeaderClassName
{
color: #656CA2;
}
.AnyTagClassName
{
color: #656CA2;
}
</style>
background-color css
<style>
a { background-color: #656CA2; }
a { background-color: rgb(101,108,162); }
div.DivClassName
{
background-color: #656CA2;
}
.BgClassName
{
background-color: #656CA2;
}
</style>
border-color css
<style>
span { border-color: #656CA2; }
span { border-color: rgb(101,108,162); }
td.TdClassName
{
border-color: #656CA2;
}
.TagClassName
{
border-color: #656CA2;
}
</style>