Shades of Waikawa Grey #656F88
Tints of Waikawa Grey #656F88
RGB
CMYK
RGB Variations
Color information
#656F88 (or 0x656F88) is known color: Waikawa Grey. HEX triplet: 65, 6F and 88. RGB value is (101,111,136). Sum of RGB (Red+Green+Blue) = 101+111+136=348 (46% of max value = 765). Red value is 101 (39.84% from 255 or 29.02% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 136 (53.52% from 255 or 39.08% from 348); Max value from RGB is 136 - color contains mainly: blue. Hex color #656F88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656F88 is #9A9077. Grayscale: #6E6E6E. Windows color (decimal): -10129528 or 8941413. OLE color: 8941413.
HSL color Cylindrical-coordinate representation of color #656F88: hue angle of 222.86º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #656F88 is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 111 | 136 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.47 |
| HSL | 222.86º | 0.15% | 0.46% | - |
| HSV(B) | 222.86º | 0.26% | 0.53% | - |
| XYZ | 15.5 | 15.91 | 25.55 | - |
| YUV | 110.86 | 142.19 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 111 | 136 | 0.26 | 0.18 | 0 | 0.47 | 222.86 | 0.15 | 0.46 |
| Hex | 65 | 6F | 88 | 1A | 12 | 0 | 2F | DF | F | 2E |
| Octal | 145 | 157 | 210 | 32 | 22 | 0 | 57 | 337 | 17 | 56 |
| Binary | 1100101 | 1101111 | 10001000 | 11010 | 10010 | 0 | 101111 | 11011111 | 1111 | 101110 |
Color Harmonies of #656F88
Complementary color
Monochromatic Colors of #656F88
Black with #656F88
Text Example
Text Example
White with #656F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656F88; }
p { color: rgb(101,111,136); }
H1.HeaderClassName
{
color: #656F88;
}
.AnyTagClassName
{
color: #656F88;
}
</style>
background-color css
<style>
a { background-color: #656F88; }
a { background-color: rgb(101,111,136); }
div.DivClassName
{
background-color: #656F88;
}
.BgClassName
{
background-color: #656F88;
}
</style>
border-color css
<style>
span { border-color: #656F88; }
span { border-color: rgb(101,111,136); }
td.TdClassName
{
border-color: #656F88;
}
.TagClassName
{
border-color: #656F88;
}
</style>