Shades of Waikawa Grey #616B81
Tints of Waikawa Grey #616B81
RGB
CMYK
RGB Variations
Color information
#616B81 (or 0x616B81) is known color: Waikawa Grey. HEX triplet: 61, 6B and 81. RGB value is (97,107,129). Sum of RGB (Red+Green+Blue) = 97+107+129=333 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.13% from 333); Green value is 107 (42.19% from 255 or 32.13% from 333); Blue value is 129 (50.78% from 255 or 38.74% from 333); Max value from RGB is 129 - color contains mainly: blue. Hex color #616B81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616B81 is #9E947E. Grayscale: #6A6A6A. Windows color (decimal): -10392703 or 8481633. OLE color: 8481633.
HSL color Cylindrical-coordinate representation of color #616B81: hue angle of 221.25º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #616B81 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 97 | 107 | 129 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.49 |
| HSL | 221.25º | 0.14% | 0.44% | - |
| HSV(B) | 221.25º | 0.25% | 0.51% | - |
| XYZ | 14.15 | 14.64 | 22.85 | - |
| YUV | 106.52 | 140.69 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 107 | 129 | 0.25 | 0.17 | 0 | 0.49 | 221.25 | 0.14 | 0.44 |
| Hex | 61 | 6B | 81 | 19 | 11 | 0 | 31 | DD | E | 2C |
| Octal | 141 | 153 | 201 | 31 | 21 | 0 | 61 | 335 | 16 | 54 |
| Binary | 1100001 | 1101011 | 10000001 | 11001 | 10001 | 0 | 110001 | 11011101 | 1110 | 101100 |
Color Harmonies of #616B81
Complementary color
Monochromatic Colors of #616B81
Black with #616B81
Text Example
Text Example
White with #616B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616B81; }
p { color: rgb(97,107,129); }
H1.HeaderClassName
{
color: #616B81;
}
.AnyTagClassName
{
color: #616B81;
}
</style>
background-color css
<style>
a { background-color: #616B81; }
a { background-color: rgb(97,107,129); }
div.DivClassName
{
background-color: #616B81;
}
.BgClassName
{
background-color: #616B81;
}
</style>
border-color css
<style>
span { border-color: #616B81; }
span { border-color: rgb(97,107,129); }
td.TdClassName
{
border-color: #616B81;
}
.TagClassName
{
border-color: #616B81;
}
</style>