Shades of Waikawa Grey #61738B
Tints of Waikawa Grey #61738B
RGB
CMYK
RGB Variations
Color information
#61738B (or 0x61738B) is known color: Waikawa Grey. HEX triplet: 61, 73 and 8B. RGB value is (97,115,139). Sum of RGB (Red+Green+Blue) = 97+115+139=351 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.64% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 139 - color contains mainly: blue. Hex color #61738B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61738B is #9E8C74. Grayscale: #707070. Windows color (decimal): -10390645 or 9139041. OLE color: 9139041.
HSL color Cylindrical-coordinate representation of color #61738B: hue angle of 214.29º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #61738B is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 115 | 139 | - |
| CMYK | 0.30 | 0.17 | 0 | 0.45 |
| HSL | 214.29º | 0.18% | 0.46% | - |
| HSV(B) | 214.29º | 0.3% | 0.55% | - |
| XYZ | 15.72 | 16.67 | 26.81 | - |
| YUV | 112.35 | 143.04 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 115 | 139 | 0.30 | 0.17 | 0 | 0.45 | 214.29 | 0.18 | 0.46 |
| Hex | 61 | 73 | 8B | 1E | 11 | 0 | 2D | D6 | 12 | 2E |
| Octal | 141 | 163 | 213 | 36 | 21 | 0 | 55 | 326 | 22 | 56 |
| Binary | 1100001 | 1110011 | 10001011 | 11110 | 10001 | 0 | 101101 | 11010110 | 10010 | 101110 |
Color Harmonies of #61738B
Complementary color
Monochromatic Colors of #61738B
Black with #61738B
Text Example
Text Example
White with #61738B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61738B; }
p { color: rgb(97,115,139); }
H1.HeaderClassName
{
color: #61738B;
}
.AnyTagClassName
{
color: #61738B;
}
</style>
background-color css
<style>
a { background-color: #61738B; }
a { background-color: rgb(97,115,139); }
div.DivClassName
{
background-color: #61738B;
}
.BgClassName
{
background-color: #61738B;
}
</style>
border-color css
<style>
span { border-color: #61738B; }
span { border-color: rgb(97,115,139); }
td.TdClassName
{
border-color: #61738B;
}
.TagClassName
{
border-color: #61738B;
}
</style>