Shades of Waikawa Grey #616B8C
Tints of Waikawa Grey #616B8C
RGB
CMYK
RGB Variations
Color information
#616B8C (or 0x616B8C) is known color: Waikawa Grey. HEX triplet: 61, 6B and 8C. RGB value is (97,107,140). Sum of RGB (Red+Green+Blue) = 97+107+140=344 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.20% from 344); Green value is 107 (42.19% from 255 or 31.10% from 344); Blue value is 140 (55.08% from 255 or 40.70% from 344); Max value from RGB is 140 - color contains mainly: blue. Hex color #616B8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616B8C is #9E9473. Grayscale: #6B6B6B. Windows color (decimal): -10392692 or 9202529. OLE color: 9202529.
HSL color Cylindrical-coordinate representation of color #616B8C: hue angle of 226.05º 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 #616B8C is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 107 | 140 | - |
| CMYK | 0.31 | 0.24 | 0 | 0.45 |
| HSL | 226.05º | 0.18% | 0.46% | - |
| HSV(B) | 226.05º | 0.31% | 0.55% | - |
| XYZ | 14.92 | 14.95 | 26.91 | - |
| YUV | 107.77 | 146.19 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 107 | 140 | 0.31 | 0.24 | 0 | 0.45 | 226.05 | 0.18 | 0.46 |
| Hex | 61 | 6B | 8C | 1F | 18 | 0 | 2D | E2 | 12 | 2E |
| Octal | 141 | 153 | 214 | 37 | 30 | 0 | 55 | 342 | 22 | 56 |
| Binary | 1100001 | 1101011 | 10001100 | 11111 | 11000 | 0 | 101101 | 11100010 | 10010 | 101110 |
Color Harmonies of #616B8C
Complementary color
Monochromatic Colors of #616B8C
Black with #616B8C
Text Example
Text Example
White with #616B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616B8C; }
p { color: rgb(97,107,140); }
H1.HeaderClassName
{
color: #616B8C;
}
.AnyTagClassName
{
color: #616B8C;
}
</style>
background-color css
<style>
a { background-color: #616B8C; }
a { background-color: rgb(97,107,140); }
div.DivClassName
{
background-color: #616B8C;
}
.BgClassName
{
background-color: #616B8C;
}
</style>
border-color css
<style>
span { border-color: #616B8C; }
span { border-color: rgb(97,107,140); }
td.TdClassName
{
border-color: #616B8C;
}
.TagClassName
{
border-color: #616B8C;
}
</style>