Shades of Waikawa Grey #656A8A
Tints of Waikawa Grey #656A8A
RGB
CMYK
RGB Variations
Color information
#656A8A (or 0x656A8A) is known color: Waikawa Grey. HEX triplet: 65, 6A and 8A. RGB value is (101,106,138). Sum of RGB (Red+Green+Blue) = 101+106+138=345 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.28% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 138 - color contains mainly: blue. Hex color #656A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656A8A is #9A9575. Grayscale: #6C6C6C. Windows color (decimal): -10130806 or 9071205. OLE color: 9071205.
HSL color Cylindrical-coordinate representation of color #656A8A: hue angle of 231.89º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #656A8A is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 101 | 106 | 138 | - |
| CMYK | 0.27 | 0.23 | 0 | 0.46 |
| HSL | 231.89º | 0.15% | 0.47% | - |
| HSV(B) | 231.89º | 0.27% | 0.54% | - |
| XYZ | 15.11 | 14.91 | 26.13 | - |
| YUV | 108.15 | 144.84 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 106 | 138 | 0.27 | 0.23 | 0 | 0.46 | 231.89 | 0.15 | 0.47 |
| Hex | 65 | 6A | 8A | 1B | 17 | 0 | 2E | E8 | F | 2F |
| Octal | 145 | 152 | 212 | 33 | 27 | 0 | 56 | 350 | 17 | 57 |
| Binary | 1100101 | 1101010 | 10001010 | 11011 | 10111 | 0 | 101110 | 11101000 | 1111 | 101111 |
Color Harmonies of #656A8A
Complementary color
Monochromatic Colors of #656A8A
Black with #656A8A
Text Example
Text Example
White with #656A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656A8A; }
p { color: rgb(101,106,138); }
H1.HeaderClassName
{
color: #656A8A;
}
.AnyTagClassName
{
color: #656A8A;
}
</style>
background-color css
<style>
a { background-color: #656A8A; }
a { background-color: rgb(101,106,138); }
div.DivClassName
{
background-color: #656A8A;
}
.BgClassName
{
background-color: #656A8A;
}
</style>
border-color css
<style>
span { border-color: #656A8A; }
span { border-color: rgb(101,106,138); }
td.TdClassName
{
border-color: #656A8A;
}
.TagClassName
{
border-color: #656A8A;
}
</style>