Shades of Waikawa Grey #656C87
Tints of Waikawa Grey #656C87
RGB
CMYK
RGB Variations
Color information
#656C87 (or 0x656C87) is known color: Waikawa Grey. HEX triplet: 65, 6C and 87. RGB value is (101,108,135). Sum of RGB (Red+Green+Blue) = 101+108+135=344 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.36% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 135 (53.12% from 255 or 39.24% from 344); Max value from RGB is 135 - color contains mainly: blue. Hex color #656C87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656C87 is #9A9378. Grayscale: #6C6C6C. Windows color (decimal): -10130297 or 8875109. OLE color: 8875109.
HSL color Cylindrical-coordinate representation of color #656C87: hue angle of 227.65º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #656C87 is Cyan = 0.25, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 108 | 135 | - |
| CMYK | 0.25 | 0.2 | 0 | 0.47 |
| HSL | 227.65º | 0.14% | 0.46% | - |
| HSV(B) | 227.65º | 0.25% | 0.53% | - |
| XYZ | 15.1 | 15.24 | 25.07 | - |
| YUV | 108.99 | 142.68 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 108 | 135 | 0.25 | 0.2 | 0 | 0.47 | 227.65 | 0.14 | 0.46 |
| Hex | 65 | 6C | 87 | 19 | 14 | 0 | 2F | E4 | E | 2E |
| Octal | 145 | 154 | 207 | 31 | 24 | 0 | 57 | 344 | 16 | 56 |
| Binary | 1100101 | 1101100 | 10000111 | 11001 | 10100 | 0 | 101111 | 11100100 | 1110 | 101110 |
Color Harmonies of #656C87
Complementary color
Monochromatic Colors of #656C87
Black with #656C87
Text Example
Text Example
White with #656C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656C87; }
p { color: rgb(101,108,135); }
H1.HeaderClassName
{
color: #656C87;
}
.AnyTagClassName
{
color: #656C87;
}
</style>
background-color css
<style>
a { background-color: #656C87; }
a { background-color: rgb(101,108,135); }
div.DivClassName
{
background-color: #656C87;
}
.BgClassName
{
background-color: #656C87;
}
</style>
border-color css
<style>
span { border-color: #656C87; }
span { border-color: rgb(101,108,135); }
td.TdClassName
{
border-color: #656C87;
}
.TagClassName
{
border-color: #656C87;
}
</style>