Shades of Waikawa Grey #656B8B
Tints of Waikawa Grey #656B8B
RGB
CMYK
RGB Variations
Color information
#656B8B (or 0x656B8B) is known color: Waikawa Grey. HEX triplet: 65, 6B and 8B. RGB value is (101,107,139). Sum of RGB (Red+Green+Blue) = 101+107+139=347 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.11% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 139 - color contains mainly: blue. Hex color #656B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656B8B is #9A9474. Grayscale: #6C6C6C. Windows color (decimal): -10130549 or 9136997. OLE color: 9136997.
HSL color Cylindrical-coordinate representation of color #656B8B: hue angle of 230.53º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #656B8B is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 107 | 139 | - |
| CMYK | 0.27 | 0.23 | 0 | 0.45 |
| HSL | 230.53º | 0.16% | 0.47% | - |
| HSV(B) | 230.53º | 0.27% | 0.55% | - |
| XYZ | 15.28 | 15.15 | 26.54 | - |
| YUV | 108.85 | 145.01 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 107 | 139 | 0.27 | 0.23 | 0 | 0.45 | 230.53 | 0.16 | 0.47 |
| Hex | 65 | 6B | 8B | 1B | 17 | 0 | 2D | E7 | 10 | 2F |
| Octal | 145 | 153 | 213 | 33 | 27 | 0 | 55 | 347 | 20 | 57 |
| Binary | 1100101 | 1101011 | 10001011 | 11011 | 10111 | 0 | 101101 | 11100111 | 10000 | 101111 |
Color Harmonies of #656B8B
Complementary color
Monochromatic Colors of #656B8B
Black with #656B8B
Text Example
Text Example
White with #656B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656B8B; }
p { color: rgb(101,107,139); }
H1.HeaderClassName
{
color: #656B8B;
}
.AnyTagClassName
{
color: #656B8B;
}
</style>
background-color css
<style>
a { background-color: #656B8B; }
a { background-color: rgb(101,107,139); }
div.DivClassName
{
background-color: #656B8B;
}
.BgClassName
{
background-color: #656B8B;
}
</style>
border-color css
<style>
span { border-color: #656B8B; }
span { border-color: rgb(101,107,139); }
td.TdClassName
{
border-color: #656B8B;
}
.TagClassName
{
border-color: #656B8B;
}
</style>