Shades of Waikawa Grey #616888
Tints of Waikawa Grey #616888
RGB
CMYK
RGB Variations
Color information
#616888 (or 0x616888) is known color: Waikawa Grey. HEX triplet: 61, 68 and 88. RGB value is (97,104,136). Sum of RGB (Red+Green+Blue) = 97+104+136=337 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.78% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 136 - color contains mainly: blue. Hex color #616888 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616888 is #9E9777. Grayscale: #696969. Windows color (decimal): -10393464 or 8939617. OLE color: 8939617.
HSL color Cylindrical-coordinate representation of color #616888: hue angle of 229.23º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #616888 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 97 | 104 | 136 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.47 |
| HSL | 229.23º | 0.17% | 0.46% | - |
| HSV(B) | 229.23º | 0.29% | 0.53% | - |
| XYZ | 14.32 | 14.22 | 25.28 | - |
| YUV | 105.56 | 145.18 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 104 | 136 | 0.29 | 0.24 | 0 | 0.47 | 229.23 | 0.17 | 0.46 |
| Hex | 61 | 68 | 88 | 1D | 18 | 0 | 2F | E5 | 11 | 2E |
| Octal | 141 | 150 | 210 | 35 | 30 | 0 | 57 | 345 | 21 | 56 |
| Binary | 1100001 | 1101000 | 10001000 | 11101 | 11000 | 0 | 101111 | 11100101 | 10001 | 101110 |
Color Harmonies of #616888
Complementary color
Monochromatic Colors of #616888
Black with #616888
Text Example
Text Example
White with #616888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616888; }
p { color: rgb(97,104,136); }
H1.HeaderClassName
{
color: #616888;
}
.AnyTagClassName
{
color: #616888;
}
</style>
background-color css
<style>
a { background-color: #616888; }
a { background-color: rgb(97,104,136); }
div.DivClassName
{
background-color: #616888;
}
.BgClassName
{
background-color: #616888;
}
</style>
border-color css
<style>
span { border-color: #616888; }
span { border-color: rgb(97,104,136); }
td.TdClassName
{
border-color: #616888;
}
.TagClassName
{
border-color: #616888;
}
</style>