Shades of Waikawa Grey #616899
Tints of Waikawa Grey #616899
RGB
CMYK
RGB Variations
Color information
#616899 (or 0x616899) is known color: Waikawa Grey. HEX triplet: 61, 68 and 99. RGB value is (97,104,153). Sum of RGB (Red+Green+Blue) = 97+104+153=354 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.40% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 153 - color contains mainly: blue. Hex color #616899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616899 is #9E9766. Grayscale: #6B6B6B. Windows color (decimal): -10393447 or 10053729. OLE color: 10053729.
HSL color Cylindrical-coordinate representation of color #616899: hue angle of 232.5º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #616899 is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 97 | 104 | 153 | - |
| CMYK | 0.37 | 0.32 | 0 | 0.4 |
| HSL | 232.5º | 0.22% | 0.49% | - |
| HSV(B) | 232.5º | 0.37% | 0.6% | - |
| XYZ | 15.63 | 14.74 | 32.16 | - |
| YUV | 107.49 | 153.68 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 104 | 153 | 0.37 | 0.32 | 0 | 0.4 | 232.5 | 0.22 | 0.49 |
| Hex | 61 | 68 | 99 | 25 | 20 | 0 | 28 | E8 | 16 | 31 |
| Octal | 141 | 150 | 231 | 45 | 40 | 0 | 50 | 350 | 26 | 61 |
| Binary | 1100001 | 1101000 | 10011001 | 100101 | 100000 | 0 | 101000 | 11101000 | 10110 | 110001 |
Color Harmonies of #616899
Complementary color
Monochromatic Colors of #616899
Black with #616899
Text Example
Text Example
White with #616899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616899; }
p { color: rgb(97,104,153); }
H1.HeaderClassName
{
color: #616899;
}
.AnyTagClassName
{
color: #616899;
}
</style>
background-color css
<style>
a { background-color: #616899; }
a { background-color: rgb(97,104,153); }
div.DivClassName
{
background-color: #616899;
}
.BgClassName
{
background-color: #616899;
}
</style>
border-color css
<style>
span { border-color: #616899; }
span { border-color: rgb(97,104,153); }
td.TdClassName
{
border-color: #616899;
}
.TagClassName
{
border-color: #616899;
}
</style>