Shades of Waikawa Grey #616C89
Tints of Waikawa Grey #616C89
RGB
CMYK
RGB Variations
Color information
#616C89 (or 0x616C89) is known color: Waikawa Grey. HEX triplet: 61, 6C and 89. RGB value is (97,108,137). Sum of RGB (Red+Green+Blue) = 97+108+137=342 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.36% from 342); Green value is 108 (42.58% from 255 or 31.58% from 342); Blue value is 137 (53.91% from 255 or 40.06% from 342); Max value from RGB is 137 - color contains mainly: blue. Hex color #616C89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616C89 is #9E9376. Grayscale: #6B6B6B. Windows color (decimal): -10392439 or 9006177. OLE color: 9006177.
HSL color Cylindrical-coordinate representation of color #616C89: hue angle of 223.5º 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 #616C89 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 97 | 108 | 137 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.46 |
| HSL | 223.5º | 0.17% | 0.46% | - |
| HSV(B) | 223.5º | 0.29% | 0.54% | - |
| XYZ | 14.81 | 15.07 | 25.8 | - |
| YUV | 108.02 | 144.36 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 108 | 137 | 0.29 | 0.21 | 0 | 0.46 | 223.5 | 0.17 | 0.46 |
| Hex | 61 | 6C | 89 | 1D | 15 | 0 | 2E | E0 | 11 | 2E |
| Octal | 141 | 154 | 211 | 35 | 25 | 0 | 56 | 340 | 21 | 56 |
| Binary | 1100001 | 1101100 | 10001001 | 11101 | 10101 | 0 | 101110 | 11100000 | 10001 | 101110 |
Color Harmonies of #616C89
Complementary color
Monochromatic Colors of #616C89
Black with #616C89
Text Example
Text Example
White with #616C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616C89; }
p { color: rgb(97,108,137); }
H1.HeaderClassName
{
color: #616C89;
}
.AnyTagClassName
{
color: #616C89;
}
</style>
background-color css
<style>
a { background-color: #616C89; }
a { background-color: rgb(97,108,137); }
div.DivClassName
{
background-color: #616C89;
}
.BgClassName
{
background-color: #616C89;
}
</style>
border-color css
<style>
span { border-color: #616C89; }
span { border-color: rgb(97,108,137); }
td.TdClassName
{
border-color: #616C89;
}
.TagClassName
{
border-color: #616C89;
}
</style>