Shades of Waikawa Grey #616885
Tints of Waikawa Grey #616885
RGB
CMYK
RGB Variations
Color information
#616885 (or 0x616885) is known color: Waikawa Grey. HEX triplet: 61, 68 and 85. RGB value is (97,104,133). Sum of RGB (Red+Green+Blue) = 97+104+133=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 133 - color contains mainly: blue. Hex color #616885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616885 is #9E977A. Grayscale: #696969. Windows color (decimal): -10393467 or 8743009. OLE color: 8743009.
HSL color Cylindrical-coordinate representation of color #616885: hue angle of 228.33º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #616885 is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 97 | 104 | 133 | - |
| CMYK | 0.27 | 0.22 | 0 | 0.48 |
| HSL | 228.33º | 0.16% | 0.45% | - |
| HSV(B) | 228.33º | 0.27% | 0.52% | - |
| XYZ | 14.11 | 14.14 | 24.17 | - |
| YUV | 105.21 | 143.68 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 104 | 133 | 0.27 | 0.22 | 0 | 0.48 | 228.33 | 0.16 | 0.45 |
| Hex | 61 | 68 | 85 | 1B | 16 | 0 | 30 | E4 | 10 | 2D |
| Octal | 141 | 150 | 205 | 33 | 26 | 0 | 60 | 344 | 20 | 55 |
| Binary | 1100001 | 1101000 | 10000101 | 11011 | 10110 | 0 | 110000 | 11100100 | 10000 | 101101 |
Color Harmonies of #616885
Complementary color
Monochromatic Colors of #616885
Black with #616885
Text Example
Text Example
White with #616885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616885; }
p { color: rgb(97,104,133); }
H1.HeaderClassName
{
color: #616885;
}
.AnyTagClassName
{
color: #616885;
}
</style>
background-color css
<style>
a { background-color: #616885; }
a { background-color: rgb(97,104,133); }
div.DivClassName
{
background-color: #616885;
}
.BgClassName
{
background-color: #616885;
}
</style>
border-color css
<style>
span { border-color: #616885; }
span { border-color: rgb(97,104,133); }
td.TdClassName
{
border-color: #616885;
}
.TagClassName
{
border-color: #616885;
}
</style>