Shades of Waikawa Grey #696E90
Tints of Waikawa Grey #696E90
RGB
CMYK
RGB Variations
Color information
#696E90 (or 0x696E90) is known color: Waikawa Grey. HEX triplet: 69, 6E and 90. RGB value is (105,110,144). Sum of RGB (Red+Green+Blue) = 105+110+144=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 110 (43.36% from 255 or 30.64% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 144 - color contains mainly: blue. Hex color #696E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696E90 is #96916F. Grayscale: #707070. Windows color (decimal): -9867632 or 9465449. OLE color: 9465449.
HSL color Cylindrical-coordinate representation of color #696E90: hue angle of 232.31º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #696E90 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 110 | 144 | - |
| CMYK | 0.27 | 0.24 | 0 | 0.44 |
| HSL | 232.31º | 0.16% | 0.49% | - |
| HSV(B) | 232.31º | 0.27% | 0.56% | - |
| XYZ | 16.44 | 16.17 | 28.64 | - |
| YUV | 112.38 | 145.84 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 110 | 144 | 0.27 | 0.24 | 0 | 0.44 | 232.31 | 0.16 | 0.49 |
| Hex | 69 | 6E | 90 | 1B | 18 | 0 | 2C | E8 | 10 | 31 |
| Octal | 151 | 156 | 220 | 33 | 30 | 0 | 54 | 350 | 20 | 61 |
| Binary | 1101001 | 1101110 | 10010000 | 11011 | 11000 | 0 | 101100 | 11101000 | 10000 | 110001 |
Color Harmonies of #696E90
Complementary color
Monochromatic Colors of #696E90
Black with #696E90
Text Example
Text Example
White with #696E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696E90; }
p { color: rgb(105,110,144); }
H1.HeaderClassName
{
color: #696E90;
}
.AnyTagClassName
{
color: #696E90;
}
</style>
background-color css
<style>
a { background-color: #696E90; }
a { background-color: rgb(105,110,144); }
div.DivClassName
{
background-color: #696E90;
}
.BgClassName
{
background-color: #696E90;
}
</style>
border-color css
<style>
span { border-color: #696E90; }
span { border-color: rgb(105,110,144); }
td.TdClassName
{
border-color: #696E90;
}
.TagClassName
{
border-color: #696E90;
}
</style>