Shades of Waikawa Grey #616E8C
Tints of Waikawa Grey #616E8C
RGB
CMYK
RGB Variations
Color information
#616E8C (or 0x616E8C) is known color: Waikawa Grey. HEX triplet: 61, 6E and 8C. RGB value is (97,110,140). Sum of RGB (Red+Green+Blue) = 97+110+140=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 140 - color contains mainly: blue. Hex color #616E8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616E8C is #9E9173. Grayscale: #6D6D6D. Windows color (decimal): -10391924 or 9203297. OLE color: 9203297.
HSL color Cylindrical-coordinate representation of color #616E8C: hue angle of 221.86º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #616E8C is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 110 | 140 | - |
| CMYK | 0.31 | 0.21 | 0 | 0.45 |
| HSL | 221.86º | 0.18% | 0.46% | - |
| HSV(B) | 221.86º | 0.31% | 0.55% | - |
| XYZ | 15.24 | 15.59 | 27.02 | - |
| YUV | 109.53 | 145.19 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 110 | 140 | 0.31 | 0.21 | 0 | 0.45 | 221.86 | 0.18 | 0.46 |
| Hex | 61 | 6E | 8C | 1F | 15 | 0 | 2D | DE | 12 | 2E |
| Octal | 141 | 156 | 214 | 37 | 25 | 0 | 55 | 336 | 22 | 56 |
| Binary | 1100001 | 1101110 | 10001100 | 11111 | 10101 | 0 | 101101 | 11011110 | 10010 | 101110 |
Color Harmonies of #616E8C
Complementary color
Monochromatic Colors of #616E8C
Black with #616E8C
Text Example
Text Example
White with #616E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616E8C; }
p { color: rgb(97,110,140); }
H1.HeaderClassName
{
color: #616E8C;
}
.AnyTagClassName
{
color: #616E8C;
}
</style>
background-color css
<style>
a { background-color: #616E8C; }
a { background-color: rgb(97,110,140); }
div.DivClassName
{
background-color: #616E8C;
}
.BgClassName
{
background-color: #616E8C;
}
</style>
border-color css
<style>
span { border-color: #616E8C; }
span { border-color: rgb(97,110,140); }
td.TdClassName
{
border-color: #616E8C;
}
.TagClassName
{
border-color: #616E8C;
}
</style>