Shades of Waikawa Grey #656A8B
Tints of Waikawa Grey #656A8B
RGB
CMYK
RGB Variations
Color information
#656A8B (or 0x656A8B) is known color: Waikawa Grey. HEX triplet: 65, 6A and 8B. RGB value is (101,106,139). Sum of RGB (Red+Green+Blue) = 101+106+139=346 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.19% from 346); Green value is 106 (41.80% from 255 or 30.64% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 139 - color contains mainly: blue. Hex color #656A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656A8B is #9A9574. Grayscale: #6C6C6C. Windows color (decimal): -10130805 or 9136741. OLE color: 9136741.
HSL color Cylindrical-coordinate representation of color #656A8B: hue angle of 232.11º 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 #656A8B is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 106 | 139 | - |
| CMYK | 0.27 | 0.24 | 0 | 0.45 |
| HSL | 232.11º | 0.16% | 0.47% | - |
| HSV(B) | 232.11º | 0.27% | 0.55% | - |
| XYZ | 15.18 | 14.94 | 26.51 | - |
| YUV | 108.27 | 145.34 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 106 | 139 | 0.27 | 0.24 | 0 | 0.45 | 232.11 | 0.16 | 0.47 |
| Hex | 65 | 6A | 8B | 1B | 18 | 0 | 2D | E8 | 10 | 2F |
| Octal | 145 | 152 | 213 | 33 | 30 | 0 | 55 | 350 | 20 | 57 |
| Binary | 1100101 | 1101010 | 10001011 | 11011 | 11000 | 0 | 101101 | 11101000 | 10000 | 101111 |
Color Harmonies of #656A8B
Complementary color
Monochromatic Colors of #656A8B
Black with #656A8B
Text Example
Text Example
White with #656A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656A8B; }
p { color: rgb(101,106,139); }
H1.HeaderClassName
{
color: #656A8B;
}
.AnyTagClassName
{
color: #656A8B;
}
</style>
background-color css
<style>
a { background-color: #656A8B; }
a { background-color: rgb(101,106,139); }
div.DivClassName
{
background-color: #656A8B;
}
.BgClassName
{
background-color: #656A8B;
}
</style>
border-color css
<style>
span { border-color: #656A8B; }
span { border-color: rgb(101,106,139); }
td.TdClassName
{
border-color: #656A8B;
}
.TagClassName
{
border-color: #656A8B;
}
</style>