Shades of Chetwode Blue #656A9C
Tints of Chetwode Blue #656A9C
RGB
CMYK
RGB Variations
Color information
#656A9C (or 0x656A9C) is known color: Chetwode Blue. HEX triplet: 65, 6A and 9C. RGB value is (101,106,156). Sum of RGB (Red+Green+Blue) = 101+106+156=363 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.82% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 156 (61.33% from 255 or 42.98% from 363); Max value from RGB is 156 - color contains mainly: blue. Hex color #656A9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656A9C is #9A9563. Grayscale: #6E6E6E. Windows color (decimal): -10130788 or 10250853. OLE color: 10250853.
HSL color Cylindrical-coordinate representation of color #656A9C: hue angle of 234.55º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #656A9C is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 106 | 156 | - |
| CMYK | 0.35 | 0.32 | 0 | 0.39 |
| HSL | 234.55º | 0.22% | 0.5% | - |
| HSV(B) | 234.55º | 0.35% | 0.61% | - |
| XYZ | 16.52 | 15.48 | 33.57 | - |
| YUV | 110.21 | 153.84 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 106 | 156 | 0.35 | 0.32 | 0 | 0.39 | 234.55 | 0.22 | 0.5 |
| Hex | 65 | 6A | 9C | 23 | 20 | 0 | 27 | EB | 16 | 32 |
| Octal | 145 | 152 | 234 | 43 | 40 | 0 | 47 | 353 | 26 | 62 |
| Binary | 1100101 | 1101010 | 10011100 | 100011 | 100000 | 0 | 100111 | 11101011 | 10110 | 110010 |
Color Harmonies of #656A9C
Complementary color
Monochromatic Colors of #656A9C
Black with #656A9C
Text Example
Text Example
White with #656A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656A9C; }
p { color: rgb(101,106,156); }
H1.HeaderClassName
{
color: #656A9C;
}
.AnyTagClassName
{
color: #656A9C;
}
</style>
background-color css
<style>
a { background-color: #656A9C; }
a { background-color: rgb(101,106,156); }
div.DivClassName
{
background-color: #656A9C;
}
.BgClassName
{
background-color: #656A9C;
}
</style>
border-color css
<style>
span { border-color: #656A9C; }
span { border-color: rgb(101,106,156); }
td.TdClassName
{
border-color: #656A9C;
}
.TagClassName
{
border-color: #656A9C;
}
</style>