Shades of Chetwode Blue #656CAD
Tints of Chetwode Blue #656CAD
RGB
CMYK
RGB Variations
Color information
#656CAD (or 0x656CAD) is known color: Chetwode Blue. HEX triplet: 65, 6C and AD. RGB value is (101,108,173). Sum of RGB (Red+Green+Blue) = 101+108+173=382 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.44% from 382); Green value is 108 (42.58% from 255 or 28.27% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 173 - color contains mainly: blue. Hex color #656CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656CAD is #9A9352. Grayscale: #717171. Windows color (decimal): -10130259 or 11365477. OLE color: 11365477.
HSL color Cylindrical-coordinate representation of color #656CAD: hue angle of 234.17º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #656CAD is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 108 | 173 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.32 |
| HSL | 234.17º | 0.31% | 0.54% | - |
| HSV(B) | 234.17º | 0.42% | 0.68% | - |
| XYZ | 18.27 | 16.51 | 41.76 | - |
| YUV | 113.32 | 161.68 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 108 | 173 | 0.42 | 0.38 | 0 | 0.32 | 234.17 | 0.31 | 0.54 |
| Hex | 65 | 6C | AD | 2A | 26 | 0 | 20 | EA | 1F | 36 |
| Octal | 145 | 154 | 255 | 52 | 46 | 0 | 40 | 352 | 37 | 66 |
| Binary | 1100101 | 1101100 | 10101101 | 101010 | 100110 | 0 | 100000 | 11101010 | 11111 | 110110 |
Color Harmonies of #656CAD
Complementary color
Monochromatic Colors of #656CAD
Black with #656CAD
Text Example
Text Example
White with #656CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656CAD; }
p { color: rgb(101,108,173); }
H1.HeaderClassName
{
color: #656CAD;
}
.AnyTagClassName
{
color: #656CAD;
}
</style>
background-color css
<style>
a { background-color: #656CAD; }
a { background-color: rgb(101,108,173); }
div.DivClassName
{
background-color: #656CAD;
}
.BgClassName
{
background-color: #656CAD;
}
</style>
border-color css
<style>
span { border-color: #656CAD; }
span { border-color: rgb(101,108,173); }
td.TdClassName
{
border-color: #656CAD;
}
.TagClassName
{
border-color: #656CAD;
}
</style>