Shades of Waikawa Grey #656A85
Tints of Waikawa Grey #656A85
RGB
CMYK
RGB Variations
Color information
#656A85 (or 0x656A85) is known color: Waikawa Grey. HEX triplet: 65, 6A and 85. RGB value is (101,106,133). Sum of RGB (Red+Green+Blue) = 101+106+133=340 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.71% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 133 - color contains mainly: blue. Hex color #656A85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656A85 is #9A957A. Grayscale: #6B6B6B. Windows color (decimal): -10130811 or 8743525. OLE color: 8743525.
HSL color Cylindrical-coordinate representation of color #656A85: hue angle of 230.62º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #656A85 is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 101 | 106 | 133 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.48 |
| HSL | 230.63º | 0.14% | 0.46% | - |
| HSV(B) | 230.63º | 0.24% | 0.52% | - |
| XYZ | 14.75 | 14.77 | 24.26 | - |
| YUV | 107.58 | 142.34 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 106 | 133 | 0.24 | 0.20 | 0 | 0.48 | 230.63 | 0.14 | 0.46 |
| Hex | 65 | 6A | 85 | 18 | 14 | 0 | 30 | E7 | E | 2E |
| Octal | 145 | 152 | 205 | 30 | 24 | 0 | 60 | 347 | 16 | 56 |
| Binary | 1100101 | 1101010 | 10000101 | 11000 | 10100 | 0 | 110000 | 11100111 | 1110 | 101110 |
Color Harmonies of #656A85
Complementary color
Monochromatic Colors of #656A85
Black with #656A85
Text Example
Text Example
White with #656A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656A85; }
p { color: rgb(101,106,133); }
H1.HeaderClassName
{
color: #656A85;
}
.AnyTagClassName
{
color: #656A85;
}
</style>
background-color css
<style>
a { background-color: #656A85; }
a { background-color: rgb(101,106,133); }
div.DivClassName
{
background-color: #656A85;
}
.BgClassName
{
background-color: #656A85;
}
</style>
border-color css
<style>
span { border-color: #656A85; }
span { border-color: rgb(101,106,133); }
td.TdClassName
{
border-color: #656A85;
}
.TagClassName
{
border-color: #656A85;
}
</style>