Shades of Waikawa Grey #616D89
Tints of Waikawa Grey #616D89
RGB
CMYK
RGB Variations
Color information
#616D89 (or 0x616D89) is known color: Waikawa Grey. HEX triplet: 61, 6D and 89. RGB value is (97,109,137). Sum of RGB (Red+Green+Blue) = 97+109+137=343 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.28% from 343); Green value is 109 (42.97% from 255 or 31.78% from 343); Blue value is 137 (53.91% from 255 or 39.94% from 343); Max value from RGB is 137 - color contains mainly: blue. Hex color #616D89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616D89 is #9E9276. Grayscale: #6C6C6C. Windows color (decimal): -10392183 or 9006433. OLE color: 9006433.
HSL color Cylindrical-coordinate representation of color #616D89: hue angle of 222º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #616D89 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 97 | 109 | 137 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.46 |
| HSL | 222º | 0.17% | 0.46% | - |
| HSV(B) | 222º | 0.29% | 0.54% | - |
| XYZ | 14.91 | 15.28 | 25.83 | - |
| YUV | 108.6 | 144.02 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 109 | 137 | 0.29 | 0.20 | 0 | 0.46 | 222 | 0.17 | 0.46 |
| Hex | 61 | 6D | 89 | 1D | 14 | 0 | 2E | DE | 11 | 2E |
| Octal | 141 | 155 | 211 | 35 | 24 | 0 | 56 | 336 | 21 | 56 |
| Binary | 1100001 | 1101101 | 10001001 | 11101 | 10100 | 0 | 101110 | 11011110 | 10001 | 101110 |
Color Harmonies of #616D89
Complementary color
Monochromatic Colors of #616D89
Black with #616D89
Text Example
Text Example
White with #616D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616D89; }
p { color: rgb(97,109,137); }
H1.HeaderClassName
{
color: #616D89;
}
.AnyTagClassName
{
color: #616D89;
}
</style>
background-color css
<style>
a { background-color: #616D89; }
a { background-color: rgb(97,109,137); }
div.DivClassName
{
background-color: #616D89;
}
.BgClassName
{
background-color: #616D89;
}
</style>
border-color css
<style>
span { border-color: #616D89; }
span { border-color: rgb(97,109,137); }
td.TdClassName
{
border-color: #616D89;
}
.TagClassName
{
border-color: #616D89;
}
</style>