Shades of Waikawa Grey #696D96
Tints of Waikawa Grey #696D96
RGB
CMYK
RGB Variations
Color information
#696D96 (or 0x696D96) is known color: Waikawa Grey. HEX triplet: 69, 6D and 96. RGB value is (105,109,150). Sum of RGB (Red+Green+Blue) = 105+109+150=364 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.85% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 150 (58.98% from 255 or 41.21% from 364); Max value from RGB is 150 - color contains mainly: blue. Hex color #696D96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696D96 is #969269. Grayscale: #707070. Windows color (decimal): -9867882 or 9858409. OLE color: 9858409.
HSL color Cylindrical-coordinate representation of color #696D96: hue angle of 234.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #696D96 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 109 | 150 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.41 |
| HSL | 234.67º | 0.18% | 0.5% | - |
| HSV(B) | 234.67º | 0.3% | 0.59% | - |
| XYZ | 16.8 | 16.14 | 31.08 | - |
| YUV | 112.48 | 149.17 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 109 | 150 | 0.30 | 0.27 | 0 | 0.41 | 234.67 | 0.18 | 0.5 |
| Hex | 69 | 6D | 96 | 1E | 1B | 0 | 29 | EB | 12 | 32 |
| Octal | 151 | 155 | 226 | 36 | 33 | 0 | 51 | 353 | 22 | 62 |
| Binary | 1101001 | 1101101 | 10010110 | 11110 | 11011 | 0 | 101001 | 11101011 | 10010 | 110010 |
Color Harmonies of #696D96
Complementary color
Monochromatic Colors of #696D96
Black with #696D96
Text Example
Text Example
White with #696D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696D96; }
p { color: rgb(105,109,150); }
H1.HeaderClassName
{
color: #696D96;
}
.AnyTagClassName
{
color: #696D96;
}
</style>
background-color css
<style>
a { background-color: #696D96; }
a { background-color: rgb(105,109,150); }
div.DivClassName
{
background-color: #696D96;
}
.BgClassName
{
background-color: #696D96;
}
</style>
border-color css
<style>
span { border-color: #696D96; }
span { border-color: rgb(105,109,150); }
td.TdClassName
{
border-color: #696D96;
}
.TagClassName
{
border-color: #696D96;
}
</style>