Shades of Waikawa Grey #616A7F
Tints of Waikawa Grey #616A7F
RGB
CMYK
RGB Variations
Color information
#616A7F (or 0x616A7F) is known color: Waikawa Grey. HEX triplet: 61, 6A and 7F. RGB value is (97,106,127). Sum of RGB (Red+Green+Blue) = 97+106+127=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 127 - color contains mainly: blue. Hex color #616A7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616A7F is #9E9580. Grayscale: #696969. Windows color (decimal): -10392961 or 8350305. OLE color: 8350305.
HSL color Cylindrical-coordinate representation of color #616A7F: hue angle of 222º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #616A7F is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 97 | 106 | 127 | - |
| CMYK | 0.24 | 0.17 | 0 | 0.50 |
| HSL | 222º | 0.13% | 0.44% | - |
| HSV(B) | 222º | 0.24% | 0.5% | - |
| XYZ | 13.91 | 14.38 | 22.12 | - |
| YUV | 105.7 | 140.02 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 106 | 127 | 0.24 | 0.17 | 0 | 0.50 | 222 | 0.13 | 0.44 |
| Hex | 61 | 6A | 7F | 18 | 11 | 0 | 32 | DE | D | 2C |
| Octal | 141 | 152 | 177 | 30 | 21 | 0 | 62 | 336 | 15 | 54 |
| Binary | 1100001 | 1101010 | 1111111 | 11000 | 10001 | 0 | 110010 | 11011110 | 1101 | 101100 |
Color Harmonies of #616A7F
Complementary color
Monochromatic Colors of #616A7F
Black with #616A7F
Text Example
Text Example
White with #616A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616A7F; }
p { color: rgb(97,106,127); }
H1.HeaderClassName
{
color: #616A7F;
}
.AnyTagClassName
{
color: #616A7F;
}
</style>
background-color css
<style>
a { background-color: #616A7F; }
a { background-color: rgb(97,106,127); }
div.DivClassName
{
background-color: #616A7F;
}
.BgClassName
{
background-color: #616A7F;
}
</style>
border-color css
<style>
span { border-color: #616A7F; }
span { border-color: rgb(97,106,127); }
td.TdClassName
{
border-color: #616A7F;
}
.TagClassName
{
border-color: #616A7F;
}
</style>