Shades of Waikawa Grey #696F98
Tints of Waikawa Grey #696F98
RGB
CMYK
RGB Variations
Color information
#696F98 (or 0x696F98) is known color: Waikawa Grey. HEX triplet: 69, 6F and 98. RGB value is (105,111,152). Sum of RGB (Red+Green+Blue) = 105+111+152=368 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.53% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 152 (59.77% from 255 or 41.30% from 368); Max value from RGB is 152 - color contains mainly: blue. Hex color #696F98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696F98 is #969067. Grayscale: #717171. Windows color (decimal): -9867368 or 9989993. OLE color: 9989993.
HSL color Cylindrical-coordinate representation of color #696F98: hue angle of 232.34º 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 #696F98 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 105 | 111 | 152 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.40 |
| HSL | 232.34º | 0.19% | 0.5% | - |
| HSV(B) | 232.34º | 0.31% | 0.6% | - |
| XYZ | 17.18 | 16.64 | 32.01 | - |
| YUV | 113.88 | 149.51 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 111 | 152 | 0.31 | 0.27 | 0 | 0.40 | 232.34 | 0.19 | 0.5 |
| Hex | 69 | 6F | 98 | 1F | 1B | 0 | 28 | E8 | 13 | 32 |
| Octal | 151 | 157 | 230 | 37 | 33 | 0 | 50 | 350 | 23 | 62 |
| Binary | 1101001 | 1101111 | 10011000 | 11111 | 11011 | 0 | 101000 | 11101000 | 10011 | 110010 |
Color Harmonies of #696F98
Complementary color
Monochromatic Colors of #696F98
Black with #696F98
Text Example
Text Example
White with #696F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696F98; }
p { color: rgb(105,111,152); }
H1.HeaderClassName
{
color: #696F98;
}
.AnyTagClassName
{
color: #696F98;
}
</style>
background-color css
<style>
a { background-color: #696F98; }
a { background-color: rgb(105,111,152); }
div.DivClassName
{
background-color: #696F98;
}
.BgClassName
{
background-color: #696F98;
}
</style>
border-color css
<style>
span { border-color: #696F98; }
span { border-color: rgb(105,111,152); }
td.TdClassName
{
border-color: #696F98;
}
.TagClassName
{
border-color: #696F98;
}
</style>