Shades of Waikawa Grey #61758E
Tints of Waikawa Grey #61758E
RGB
CMYK
RGB Variations
Color information
#61758E (or 0x61758E) is known color: Waikawa Grey. HEX triplet: 61, 75 and 8E. RGB value is (97,117,142). Sum of RGB (Red+Green+Blue) = 97+117+142=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 142 (55.86% from 255 or 39.89% from 356); Max value from RGB is 142 - color contains mainly: blue. Hex color #61758E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61758E is #9E8A71. Grayscale: #717171. Windows color (decimal): -10390130 or 9336161. OLE color: 9336161.
HSL color Cylindrical-coordinate representation of color #61758E: hue angle of 213.33º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #61758E is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 117 | 142 | - |
| CMYK | 0.32 | 0.18 | 0 | 0.44 |
| HSL | 213.33º | 0.19% | 0.47% | - |
| HSV(B) | 213.33º | 0.32% | 0.56% | - |
| XYZ | 16.17 | 17.22 | 28.06 | - |
| YUV | 113.87 | 143.87 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 117 | 142 | 0.32 | 0.18 | 0 | 0.44 | 213.33 | 0.19 | 0.47 |
| Hex | 61 | 75 | 8E | 20 | 12 | 0 | 2C | D5 | 13 | 2F |
| Octal | 141 | 165 | 216 | 40 | 22 | 0 | 54 | 325 | 23 | 57 |
| Binary | 1100001 | 1110101 | 10001110 | 100000 | 10010 | 0 | 101100 | 11010101 | 10011 | 101111 |
Color Harmonies of #61758E
Complementary color
Monochromatic Colors of #61758E
Black with #61758E
Text Example
Text Example
White with #61758E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61758E; }
p { color: rgb(97,117,142); }
H1.HeaderClassName
{
color: #61758E;
}
.AnyTagClassName
{
color: #61758E;
}
</style>
background-color css
<style>
a { background-color: #61758E; }
a { background-color: rgb(97,117,142); }
div.DivClassName
{
background-color: #61758E;
}
.BgClassName
{
background-color: #61758E;
}
</style>
border-color css
<style>
span { border-color: #61758E; }
span { border-color: rgb(97,117,142); }
td.TdClassName
{
border-color: #61758E;
}
.TagClassName
{
border-color: #61758E;
}
</style>