Shades of Waikawa Grey #696D98
Tints of Waikawa Grey #696D98
RGB
CMYK
RGB Variations
Color information
#696D98 (or 0x696D98) is known color: Waikawa Grey. HEX triplet: 69, 6D and 98. RGB value is (105,109,152). Sum of RGB (Red+Green+Blue) = 105+109+152=366 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.69% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 152 (59.77% from 255 or 41.53% from 366); Max value from RGB is 152 - color contains mainly: blue. Hex color #696D98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696D98 is #969267. Grayscale: #707070. Windows color (decimal): -9867880 or 9989481. OLE color: 9989481.
HSL color Cylindrical-coordinate representation of color #696D98: hue angle of 234.89º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #696D98 is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 105 | 109 | 152 | - |
| CMYK | 0.31 | 0.28 | 0 | 0.40 |
| HSL | 234.89º | 0.19% | 0.5% | - |
| HSV(B) | 234.89º | 0.31% | 0.6% | - |
| XYZ | 16.96 | 16.21 | 31.94 | - |
| YUV | 112.71 | 150.17 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 109 | 152 | 0.31 | 0.28 | 0 | 0.40 | 234.89 | 0.19 | 0.5 |
| Hex | 69 | 6D | 98 | 1F | 1C | 0 | 28 | EB | 13 | 32 |
| Octal | 151 | 155 | 230 | 37 | 34 | 0 | 50 | 353 | 23 | 62 |
| Binary | 1101001 | 1101101 | 10011000 | 11111 | 11100 | 0 | 101000 | 11101011 | 10011 | 110010 |
Color Harmonies of #696D98
Complementary color
Monochromatic Colors of #696D98
Black with #696D98
Text Example
Text Example
White with #696D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696D98; }
p { color: rgb(105,109,152); }
H1.HeaderClassName
{
color: #696D98;
}
.AnyTagClassName
{
color: #696D98;
}
</style>
background-color css
<style>
a { background-color: #696D98; }
a { background-color: rgb(105,109,152); }
div.DivClassName
{
background-color: #696D98;
}
.BgClassName
{
background-color: #696D98;
}
</style>
border-color css
<style>
span { border-color: #696D98; }
span { border-color: rgb(105,109,152); }
td.TdClassName
{
border-color: #696D98;
}
.TagClassName
{
border-color: #696D98;
}
</style>