Shades of Waikawa Grey #696E95
Tints of Waikawa Grey #696E95
RGB
CMYK
RGB Variations
Color information
#696E95 (or 0x696E95) is known color: Waikawa Grey. HEX triplet: 69, 6E and 95. RGB value is (105,110,149). Sum of RGB (Red+Green+Blue) = 105+110+149=364 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.85% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 149 (58.59% from 255 or 40.93% from 364); Max value from RGB is 149 - color contains mainly: blue. Hex color #696E95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696E95 is #96916A. Grayscale: #707070. Windows color (decimal): -9867627 or 9793129. OLE color: 9793129.
HSL color Cylindrical-coordinate representation of color #696E95: hue angle of 233.18º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #696E95 is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 110 | 149 | - |
| CMYK | 0.30 | 0.26 | 0 | 0.42 |
| HSL | 233.18º | 0.17% | 0.5% | - |
| HSV(B) | 233.18º | 0.3% | 0.58% | - |
| XYZ | 16.83 | 16.33 | 30.7 | - |
| YUV | 112.95 | 148.34 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 110 | 149 | 0.30 | 0.26 | 0 | 0.42 | 233.18 | 0.17 | 0.5 |
| Hex | 69 | 6E | 95 | 1E | 1A | 0 | 2A | E9 | 11 | 32 |
| Octal | 151 | 156 | 225 | 36 | 32 | 0 | 52 | 351 | 21 | 62 |
| Binary | 1101001 | 1101110 | 10010101 | 11110 | 11010 | 0 | 101010 | 11101001 | 10001 | 110010 |
Color Harmonies of #696E95
Complementary color
Monochromatic Colors of #696E95
Black with #696E95
Text Example
Text Example
White with #696E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696E95; }
p { color: rgb(105,110,149); }
H1.HeaderClassName
{
color: #696E95;
}
.AnyTagClassName
{
color: #696E95;
}
</style>
background-color css
<style>
a { background-color: #696E95; }
a { background-color: rgb(105,110,149); }
div.DivClassName
{
background-color: #696E95;
}
.BgClassName
{
background-color: #696E95;
}
</style>
border-color css
<style>
span { border-color: #696E95; }
span { border-color: rgb(105,110,149); }
td.TdClassName
{
border-color: #696E95;
}
.TagClassName
{
border-color: #696E95;
}
</style>