Shades of Chetwode Blue #656AA3
Tints of Chetwode Blue #656AA3
RGB
CMYK
RGB Variations
Color information
#656AA3 (or 0x656AA3) is known color: Chetwode Blue. HEX triplet: 65, 6A and A3. RGB value is (101,106,163). Sum of RGB (Red+Green+Blue) = 101+106+163=370 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.30% from 370); Green value is 106 (41.80% from 255 or 28.65% from 370); Blue value is 163 (64.06% from 255 or 44.05% from 370); Max value from RGB is 163 - color contains mainly: blue. Hex color #656AA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656AA3 is #9A955C. Grayscale: #6E6E6E. Windows color (decimal): -10130781 or 10709605. OLE color: 10709605.
HSL color Cylindrical-coordinate representation of color #656AA3: hue angle of 235.16º 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 #656AA3 is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 101 | 106 | 163 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.36 |
| HSL | 235.16º | 0.25% | 0.52% | - |
| HSV(B) | 235.16º | 0.38% | 0.64% | - |
| XYZ | 17.13 | 15.72 | 36.78 | - |
| YUV | 111 | 157.34 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 106 | 163 | 0.38 | 0.35 | 0 | 0.36 | 235.16 | 0.25 | 0.52 |
| Hex | 65 | 6A | A3 | 26 | 23 | 0 | 24 | EB | 19 | 34 |
| Octal | 145 | 152 | 243 | 46 | 43 | 0 | 44 | 353 | 31 | 64 |
| Binary | 1100101 | 1101010 | 10100011 | 100110 | 100011 | 0 | 100100 | 11101011 | 11001 | 110100 |
Color Harmonies of #656AA3
Complementary color
Monochromatic Colors of #656AA3
Black with #656AA3
Text Example
Text Example
White with #656AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656AA3; }
p { color: rgb(101,106,163); }
H1.HeaderClassName
{
color: #656AA3;
}
.AnyTagClassName
{
color: #656AA3;
}
</style>
background-color css
<style>
a { background-color: #656AA3; }
a { background-color: rgb(101,106,163); }
div.DivClassName
{
background-color: #656AA3;
}
.BgClassName
{
background-color: #656AA3;
}
</style>
border-color css
<style>
span { border-color: #656AA3; }
span { border-color: rgb(101,106,163); }
td.TdClassName
{
border-color: #656AA3;
}
.TagClassName
{
border-color: #656AA3;
}
</style>