Shades of Waikawa Grey #61718F
Tints of Waikawa Grey #61718F
RGB
CMYK
RGB Variations
Color information
#61718F (or 0x61718F) is known color: Waikawa Grey. HEX triplet: 61, 71 and 8F. RGB value is (97,113,143). Sum of RGB (Red+Green+Blue) = 97+113+143=353 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.48% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 143 (56.25% from 255 or 40.51% from 353); Max value from RGB is 143 - color contains mainly: blue. Hex color #61718F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61718F is #9E8E70. Grayscale: #6F6F6F. Windows color (decimal): -10391153 or 9400673. OLE color: 9400673.
HSL color Cylindrical-coordinate representation of color #61718F: hue angle of 219.13º 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 #61718F is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 113 | 143 | - |
| CMYK | 0.32 | 0.21 | 0 | 0.44 |
| HSL | 219.13º | 0.19% | 0.47% | - |
| HSV(B) | 219.13º | 0.32% | 0.56% | - |
| XYZ | 15.79 | 16.33 | 28.31 | - |
| YUV | 111.64 | 145.7 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 113 | 143 | 0.32 | 0.21 | 0 | 0.44 | 219.13 | 0.19 | 0.47 |
| Hex | 61 | 71 | 8F | 20 | 15 | 0 | 2C | DB | 13 | 2F |
| Octal | 141 | 161 | 217 | 40 | 25 | 0 | 54 | 333 | 23 | 57 |
| Binary | 1100001 | 1110001 | 10001111 | 100000 | 10101 | 0 | 101100 | 11011011 | 10011 | 101111 |
Color Harmonies of #61718F
Complementary color
Monochromatic Colors of #61718F
Black with #61718F
Text Example
Text Example
White with #61718F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61718F; }
p { color: rgb(97,113,143); }
H1.HeaderClassName
{
color: #61718F;
}
.AnyTagClassName
{
color: #61718F;
}
</style>
background-color css
<style>
a { background-color: #61718F; }
a { background-color: rgb(97,113,143); }
div.DivClassName
{
background-color: #61718F;
}
.BgClassName
{
background-color: #61718F;
}
</style>
border-color css
<style>
span { border-color: #61718F; }
span { border-color: rgb(97,113,143); }
td.TdClassName
{
border-color: #61718F;
}
.TagClassName
{
border-color: #61718F;
}
</style>