Shades of Waikawa Grey #696F99
Tints of Waikawa Grey #696F99
RGB
CMYK
RGB Variations
Color information
#696F99 (or 0x696F99) is known color: Waikawa Grey. HEX triplet: 69, 6F and 99. RGB value is (105,111,153). Sum of RGB (Red+Green+Blue) = 105+111+153=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 153 - color contains mainly: blue. Hex color #696F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696F99 is #969066. Grayscale: #717171. Windows color (decimal): -9867367 or 10055529. OLE color: 10055529.
HSL color Cylindrical-coordinate representation of color #696F99: hue angle of 232.5º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #696F99 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 105 | 111 | 153 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.4 |
| HSL | 232.5º | 0.19% | 0.51% | - |
| HSV(B) | 232.5º | 0.31% | 0.6% | - |
| XYZ | 17.26 | 16.67 | 32.45 | - |
| YUV | 113.99 | 150.01 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 111 | 153 | 0.31 | 0.27 | 0 | 0.4 | 232.5 | 0.19 | 0.51 |
| Hex | 69 | 6F | 99 | 1F | 1B | 0 | 28 | E8 | 13 | 33 |
| Octal | 151 | 157 | 231 | 37 | 33 | 0 | 50 | 350 | 23 | 63 |
| Binary | 1101001 | 1101111 | 10011001 | 11111 | 11011 | 0 | 101000 | 11101000 | 10011 | 110011 |
Color Harmonies of #696F99
Complementary color
Monochromatic Colors of #696F99
Black with #696F99
Text Example
Text Example
White with #696F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696F99; }
p { color: rgb(105,111,153); }
H1.HeaderClassName
{
color: #696F99;
}
.AnyTagClassName
{
color: #696F99;
}
</style>
background-color css
<style>
a { background-color: #696F99; }
a { background-color: rgb(105,111,153); }
div.DivClassName
{
background-color: #696F99;
}
.BgClassName
{
background-color: #696F99;
}
</style>
border-color css
<style>
span { border-color: #696F99; }
span { border-color: rgb(105,111,153); }
td.TdClassName
{
border-color: #696F99;
}
.TagClassName
{
border-color: #696F99;
}
</style>