Shades of Waikawa Grey #616D8B
Tints of Waikawa Grey #616D8B
RGB
CMYK
RGB Variations
Color information
#616D8B (or 0x616D8B) is known color: Waikawa Grey. HEX triplet: 61, 6D and 8B. RGB value is (97,109,139). Sum of RGB (Red+Green+Blue) = 97+109+139=345 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.12% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 139 - color contains mainly: blue. Hex color #616D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616D8B is #9E9274. Grayscale: #6C6C6C. Windows color (decimal): -10392181 or 9137505. OLE color: 9137505.
HSL color Cylindrical-coordinate representation of color #616D8B: hue angle of 222.86º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #616D8B is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 109 | 139 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.45 |
| HSL | 222.86º | 0.18% | 0.46% | - |
| HSV(B) | 222.86º | 0.3% | 0.55% | - |
| XYZ | 15.06 | 15.34 | 26.59 | - |
| YUV | 108.83 | 145.02 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 109 | 139 | 0.30 | 0.22 | 0 | 0.45 | 222.86 | 0.18 | 0.46 |
| Hex | 61 | 6D | 8B | 1E | 16 | 0 | 2D | DF | 12 | 2E |
| Octal | 141 | 155 | 213 | 36 | 26 | 0 | 55 | 337 | 22 | 56 |
| Binary | 1100001 | 1101101 | 10001011 | 11110 | 10110 | 0 | 101101 | 11011111 | 10010 | 101110 |
Color Harmonies of #616D8B
Complementary color
Monochromatic Colors of #616D8B
Black with #616D8B
Text Example
Text Example
White with #616D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616D8B; }
p { color: rgb(97,109,139); }
H1.HeaderClassName
{
color: #616D8B;
}
.AnyTagClassName
{
color: #616D8B;
}
</style>
background-color css
<style>
a { background-color: #616D8B; }
a { background-color: rgb(97,109,139); }
div.DivClassName
{
background-color: #616D8B;
}
.BgClassName
{
background-color: #616D8B;
}
</style>
border-color css
<style>
span { border-color: #616D8B; }
span { border-color: rgb(97,109,139); }
td.TdClassName
{
border-color: #616D8B;
}
.TagClassName
{
border-color: #616D8B;
}
</style>