Shades of Waikawa Grey #616B8D
Tints of Waikawa Grey #616B8D
RGB
CMYK
RGB Variations
Color information
#616B8D (or 0x616B8D) is known color: Waikawa Grey. HEX triplet: 61, 6B and 8D. RGB value is (97,107,141). Sum of RGB (Red+Green+Blue) = 97+107+141=345 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.12% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 141 - color contains mainly: blue. Hex color #616B8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616B8D is #9E9472. Grayscale: #6B6B6B. Windows color (decimal): -10392691 or 9268065. OLE color: 9268065.
HSL color Cylindrical-coordinate representation of color #616B8D: hue angle of 226.36º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #616B8D is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 107 | 141 | - |
| CMYK | 0.31 | 0.24 | 0 | 0.45 |
| HSL | 226.36º | 0.18% | 0.47% | - |
| HSV(B) | 226.36º | 0.31% | 0.55% | - |
| XYZ | 15 | 14.98 | 27.3 | - |
| YUV | 107.89 | 146.69 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 107 | 141 | 0.31 | 0.24 | 0 | 0.45 | 226.36 | 0.18 | 0.47 |
| Hex | 61 | 6B | 8D | 1F | 18 | 0 | 2D | E2 | 12 | 2F |
| Octal | 141 | 153 | 215 | 37 | 30 | 0 | 55 | 342 | 22 | 57 |
| Binary | 1100001 | 1101011 | 10001101 | 11111 | 11000 | 0 | 101101 | 11100010 | 10010 | 101111 |
Color Harmonies of #616B8D
Complementary color
Monochromatic Colors of #616B8D
Black with #616B8D
Text Example
Text Example
White with #616B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616B8D; }
p { color: rgb(97,107,141); }
H1.HeaderClassName
{
color: #616B8D;
}
.AnyTagClassName
{
color: #616B8D;
}
</style>
background-color css
<style>
a { background-color: #616B8D; }
a { background-color: rgb(97,107,141); }
div.DivClassName
{
background-color: #616B8D;
}
.BgClassName
{
background-color: #616B8D;
}
</style>
border-color css
<style>
span { border-color: #616B8D; }
span { border-color: rgb(97,107,141); }
td.TdClassName
{
border-color: #616B8D;
}
.TagClassName
{
border-color: #616B8D;
}
</style>