Shades of Waikawa Grey #696D97
Tints of Waikawa Grey #696D97
RGB
CMYK
RGB Variations
Color information
#696D97 (or 0x696D97) is known color: Waikawa Grey. HEX triplet: 69, 6D and 97. RGB value is (105,109,151). Sum of RGB (Red+Green+Blue) = 105+109+151=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 151 (59.38% from 255 or 41.37% from 365); Max value from RGB is 151 - color contains mainly: blue. Hex color #696D97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696D97 is #969268. Grayscale: #707070. Windows color (decimal): -9867881 or 9923945. OLE color: 9923945.
HSL color Cylindrical-coordinate representation of color #696D97: hue angle of 234.78º 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 #696D97 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 109 | 151 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.41 |
| HSL | 234.78º | 0.18% | 0.5% | - |
| HSV(B) | 234.78º | 0.3% | 0.59% | - |
| XYZ | 16.88 | 16.17 | 31.51 | - |
| YUV | 112.59 | 149.67 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 109 | 151 | 0.30 | 0.28 | 0 | 0.41 | 234.78 | 0.18 | 0.5 |
| Hex | 69 | 6D | 97 | 1E | 1C | 0 | 29 | EB | 12 | 32 |
| Octal | 151 | 155 | 227 | 36 | 34 | 0 | 51 | 353 | 22 | 62 |
| Binary | 1101001 | 1101101 | 10010111 | 11110 | 11100 | 0 | 101001 | 11101011 | 10010 | 110010 |
Color Harmonies of #696D97
Complementary color
Monochromatic Colors of #696D97
Black with #696D97
Text Example
Text Example
White with #696D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696D97; }
p { color: rgb(105,109,151); }
H1.HeaderClassName
{
color: #696D97;
}
.AnyTagClassName
{
color: #696D97;
}
</style>
background-color css
<style>
a { background-color: #696D97; }
a { background-color: rgb(105,109,151); }
div.DivClassName
{
background-color: #696D97;
}
.BgClassName
{
background-color: #696D97;
}
</style>
border-color css
<style>
span { border-color: #696D97; }
span { border-color: rgb(105,109,151); }
td.TdClassName
{
border-color: #696D97;
}
.TagClassName
{
border-color: #696D97;
}
</style>