Shades of Waikawa Grey #616F8B
Tints of Waikawa Grey #616F8B
RGB
CMYK
RGB Variations
Color information
#616F8B (or 0x616F8B) is known color: Waikawa Grey. HEX triplet: 61, 6F and 8B. RGB value is (97,111,139). Sum of RGB (Red+Green+Blue) = 97+111+139=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 139 - color contains mainly: blue. Hex color #616F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616F8B is #9E9074. Grayscale: #6D6D6D. Windows color (decimal): -10391669 or 9138017. OLE color: 9138017.
HSL color Cylindrical-coordinate representation of color #616F8B: hue angle of 220º 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 #616F8B is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 111 | 139 | - |
| CMYK | 0.30 | 0.20 | 0 | 0.45 |
| HSL | 220º | 0.18% | 0.46% | - |
| HSV(B) | 220º | 0.3% | 0.55% | - |
| XYZ | 15.27 | 15.77 | 26.67 | - |
| YUV | 110.01 | 144.36 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 111 | 139 | 0.30 | 0.20 | 0 | 0.45 | 220 | 0.18 | 0.46 |
| Hex | 61 | 6F | 8B | 1E | 14 | 0 | 2D | DC | 12 | 2E |
| Octal | 141 | 157 | 213 | 36 | 24 | 0 | 55 | 334 | 22 | 56 |
| Binary | 1100001 | 1101111 | 10001011 | 11110 | 10100 | 0 | 101101 | 11011100 | 10010 | 101110 |
Color Harmonies of #616F8B
Complementary color
Monochromatic Colors of #616F8B
Black with #616F8B
Text Example
Text Example
White with #616F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616F8B; }
p { color: rgb(97,111,139); }
H1.HeaderClassName
{
color: #616F8B;
}
.AnyTagClassName
{
color: #616F8B;
}
</style>
background-color css
<style>
a { background-color: #616F8B; }
a { background-color: rgb(97,111,139); }
div.DivClassName
{
background-color: #616F8B;
}
.BgClassName
{
background-color: #616F8B;
}
</style>
border-color css
<style>
span { border-color: #616F8B; }
span { border-color: rgb(97,111,139); }
td.TdClassName
{
border-color: #616F8B;
}
.TagClassName
{
border-color: #616F8B;
}
</style>