Shades of Chetwode Blue #656C9C
Tints of Chetwode Blue #656C9C
RGB
CMYK
RGB Variations
Color information
#656C9C (or 0x656C9C) is known color: Chetwode Blue. HEX triplet: 65, 6C and 9C. RGB value is (101,108,156). Sum of RGB (Red+Green+Blue) = 101+108+156=365 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.67% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 156 - color contains mainly: blue. Hex color #656C9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656C9C is #9A9363. Grayscale: #6F6F6F. Windows color (decimal): -10130276 or 10251365. OLE color: 10251365.
HSL color Cylindrical-coordinate representation of color #656C9C: hue angle of 232.36º 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 #656C9C is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 108 | 156 | - |
| CMYK | 0.35 | 0.31 | 0 | 0.39 |
| HSL | 232.36º | 0.22% | 0.5% | - |
| HSV(B) | 232.36º | 0.35% | 0.61% | - |
| XYZ | 16.73 | 15.89 | 33.64 | - |
| YUV | 111.38 | 153.18 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 108 | 156 | 0.35 | 0.31 | 0 | 0.39 | 232.36 | 0.22 | 0.5 |
| Hex | 65 | 6C | 9C | 23 | 1F | 0 | 27 | E8 | 16 | 32 |
| Octal | 145 | 154 | 234 | 43 | 37 | 0 | 47 | 350 | 26 | 62 |
| Binary | 1100101 | 1101100 | 10011100 | 100011 | 11111 | 0 | 100111 | 11101000 | 10110 | 110010 |
Color Harmonies of #656C9C
Complementary color
Monochromatic Colors of #656C9C
Black with #656C9C
Text Example
Text Example
White with #656C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656C9C; }
p { color: rgb(101,108,156); }
H1.HeaderClassName
{
color: #656C9C;
}
.AnyTagClassName
{
color: #656C9C;
}
</style>
background-color css
<style>
a { background-color: #656C9C; }
a { background-color: rgb(101,108,156); }
div.DivClassName
{
background-color: #656C9C;
}
.BgClassName
{
background-color: #656C9C;
}
</style>
border-color css
<style>
span { border-color: #656C9C; }
span { border-color: rgb(101,108,156); }
td.TdClassName
{
border-color: #656C9C;
}
.TagClassName
{
border-color: #656C9C;
}
</style>