Shades of Chetwode Blue #656CA9
Tints of Chetwode Blue #656CA9
RGB
CMYK
RGB Variations
Color information
#656CA9 (or 0x656CA9) is known color: Chetwode Blue. HEX triplet: 65, 6C and A9. RGB value is (101,108,169). Sum of RGB (Red+Green+Blue) = 101+108+169=378 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.72% from 378); Green value is 108 (42.58% from 255 or 28.57% from 378); Blue value is 169 (66.41% from 255 or 44.71% from 378); Max value from RGB is 169 - color contains mainly: blue. Hex color #656CA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656CA9 is #9A9356. Grayscale: #707070. Windows color (decimal): -10130263 or 11103333. OLE color: 11103333.
HSL color Cylindrical-coordinate representation of color #656CA9: hue angle of 233.82º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #656CA9 is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 101 | 108 | 169 | - |
| CMYK | 0.40 | 0.36 | 0 | 0.34 |
| HSL | 233.82º | 0.28% | 0.53% | - |
| HSV(B) | 233.82º | 0.4% | 0.66% | - |
| XYZ | 17.89 | 16.36 | 39.75 | - |
| YUV | 112.86 | 159.68 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 108 | 169 | 0.40 | 0.36 | 0 | 0.34 | 233.82 | 0.28 | 0.53 |
| Hex | 65 | 6C | A9 | 28 | 24 | 0 | 22 | EA | 1C | 35 |
| Octal | 145 | 154 | 251 | 50 | 44 | 0 | 42 | 352 | 34 | 65 |
| Binary | 1100101 | 1101100 | 10101001 | 101000 | 100100 | 0 | 100010 | 11101010 | 11100 | 110101 |
Color Harmonies of #656CA9
Complementary color
Monochromatic Colors of #656CA9
Black with #656CA9
Text Example
Text Example
White with #656CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656CA9; }
p { color: rgb(101,108,169); }
H1.HeaderClassName
{
color: #656CA9;
}
.AnyTagClassName
{
color: #656CA9;
}
</style>
background-color css
<style>
a { background-color: #656CA9; }
a { background-color: rgb(101,108,169); }
div.DivClassName
{
background-color: #656CA9;
}
.BgClassName
{
background-color: #656CA9;
}
</style>
border-color css
<style>
span { border-color: #656CA9; }
span { border-color: rgb(101,108,169); }
td.TdClassName
{
border-color: #656CA9;
}
.TagClassName
{
border-color: #656CA9;
}
</style>