Shades of Waikawa Grey #616B8B
Tints of Waikawa Grey #616B8B
RGB
CMYK
RGB Variations
Color information
#616B8B (or 0x616B8B) is known color: Waikawa Grey. HEX triplet: 61, 6B and 8B. RGB value is (97,107,139). Sum of RGB (Red+Green+Blue) = 97+107+139=343 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.28% from 343); Green value is 107 (42.19% from 255 or 31.20% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 139 - color contains mainly: blue. Hex color #616B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616B8B is #9E9474. Grayscale: #6B6B6B. Windows color (decimal): -10392693 or 9136993. OLE color: 9136993.
HSL color Cylindrical-coordinate representation of color #616B8B: hue angle of 225.71º 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 #616B8B is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 107 | 139 | - |
| CMYK | 0.30 | 0.23 | 0 | 0.45 |
| HSL | 225.71º | 0.18% | 0.46% | - |
| HSV(B) | 225.71º | 0.3% | 0.55% | - |
| XYZ | 14.85 | 14.92 | 26.52 | - |
| YUV | 107.66 | 145.69 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 107 | 139 | 0.30 | 0.23 | 0 | 0.45 | 225.71 | 0.18 | 0.46 |
| Hex | 61 | 6B | 8B | 1E | 17 | 0 | 2D | E2 | 12 | 2E |
| Octal | 141 | 153 | 213 | 36 | 27 | 0 | 55 | 342 | 22 | 56 |
| Binary | 1100001 | 1101011 | 10001011 | 11110 | 10111 | 0 | 101101 | 11100010 | 10010 | 101110 |
Color Harmonies of #616B8B
Complementary color
Monochromatic Colors of #616B8B
Black with #616B8B
Text Example
Text Example
White with #616B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616B8B; }
p { color: rgb(97,107,139); }
H1.HeaderClassName
{
color: #616B8B;
}
.AnyTagClassName
{
color: #616B8B;
}
</style>
background-color css
<style>
a { background-color: #616B8B; }
a { background-color: rgb(97,107,139); }
div.DivClassName
{
background-color: #616B8B;
}
.BgClassName
{
background-color: #616B8B;
}
</style>
border-color css
<style>
span { border-color: #616B8B; }
span { border-color: rgb(97,107,139); }
td.TdClassName
{
border-color: #616B8B;
}
.TagClassName
{
border-color: #616B8B;
}
</style>