Shades of Waikawa Grey #616E90
Tints of Waikawa Grey #616E90
RGB
CMYK
RGB Variations
Color information
#616E90 (or 0x616E90) is known color: Waikawa Grey. HEX triplet: 61, 6E and 90. RGB value is (97,110,144). Sum of RGB (Red+Green+Blue) = 97+110+144=351 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.64% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 144 (56.64% from 255 or 41.03% from 351); Max value from RGB is 144 - color contains mainly: blue. Hex color #616E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616E90 is #9E916F. Grayscale: #6D6D6D. Windows color (decimal): -10391920 or 9465441. OLE color: 9465441.
HSL color Cylindrical-coordinate representation of color #616E90: hue angle of 223.4º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #616E90 is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 110 | 144 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.44 |
| HSL | 223.4º | 0.2% | 0.47% | - |
| HSV(B) | 223.4º | 0.33% | 0.56% | - |
| XYZ | 15.54 | 15.71 | 28.6 | - |
| YUV | 109.99 | 147.19 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 110 | 144 | 0.33 | 0.24 | 0 | 0.44 | 223.4 | 0.2 | 0.47 |
| Hex | 61 | 6E | 90 | 21 | 18 | 0 | 2C | DF | 14 | 2F |
| Octal | 141 | 156 | 220 | 41 | 30 | 0 | 54 | 337 | 24 | 57 |
| Binary | 1100001 | 1101110 | 10010000 | 100001 | 11000 | 0 | 101100 | 11011111 | 10100 | 101111 |
Color Harmonies of #616E90
Complementary color
Monochromatic Colors of #616E90
Black with #616E90
Text Example
Text Example
White with #616E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616E90; }
p { color: rgb(97,110,144); }
H1.HeaderClassName
{
color: #616E90;
}
.AnyTagClassName
{
color: #616E90;
}
</style>
background-color css
<style>
a { background-color: #616E90; }
a { background-color: rgb(97,110,144); }
div.DivClassName
{
background-color: #616E90;
}
.BgClassName
{
background-color: #616E90;
}
</style>
border-color css
<style>
span { border-color: #616E90; }
span { border-color: rgb(97,110,144); }
td.TdClassName
{
border-color: #616E90;
}
.TagClassName
{
border-color: #616E90;
}
</style>