Shades of Chetwode Blue #656CA8
Tints of Chetwode Blue #656CA8
RGB
CMYK
RGB Variations
Color information
#656CA8 (or 0x656CA8) is known color: Chetwode Blue. HEX triplet: 65, 6C and A8. RGB value is (101,108,168). Sum of RGB (Red+Green+Blue) = 101+108+168=377 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.79% from 377); Green value is 108 (42.58% from 255 or 28.65% from 377); Blue value is 168 (66.02% from 255 or 44.56% from 377); Max value from RGB is 168 - color contains mainly: blue. Hex color #656CA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656CA8 is #9A9357. Grayscale: #707070. Windows color (decimal): -10130264 or 11037797. OLE color: 11037797.
HSL color Cylindrical-coordinate representation of color #656CA8: hue angle of 233.73º 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 #656CA8 is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 101 | 108 | 168 | - |
| CMYK | 0.40 | 0.36 | 0 | 0.34 |
| HSL | 233.73º | 0.28% | 0.53% | - |
| HSV(B) | 233.73º | 0.4% | 0.66% | - |
| XYZ | 17.8 | 16.32 | 39.26 | - |
| YUV | 112.75 | 159.18 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 108 | 168 | 0.40 | 0.36 | 0 | 0.34 | 233.73 | 0.28 | 0.53 |
| Hex | 65 | 6C | A8 | 28 | 24 | 0 | 22 | EA | 1C | 35 |
| Octal | 145 | 154 | 250 | 50 | 44 | 0 | 42 | 352 | 34 | 65 |
| Binary | 1100101 | 1101100 | 10101000 | 101000 | 100100 | 0 | 100010 | 11101010 | 11100 | 110101 |
Color Harmonies of #656CA8
Complementary color
Monochromatic Colors of #656CA8
Black with #656CA8
Text Example
Text Example
White with #656CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656CA8; }
p { color: rgb(101,108,168); }
H1.HeaderClassName
{
color: #656CA8;
}
.AnyTagClassName
{
color: #656CA8;
}
</style>
background-color css
<style>
a { background-color: #656CA8; }
a { background-color: rgb(101,108,168); }
div.DivClassName
{
background-color: #656CA8;
}
.BgClassName
{
background-color: #656CA8;
}
</style>
border-color css
<style>
span { border-color: #656CA8; }
span { border-color: rgb(101,108,168); }
td.TdClassName
{
border-color: #656CA8;
}
.TagClassName
{
border-color: #656CA8;
}
</style>