Shades of Waikawa Grey #696F93
Tints of Waikawa Grey #696F93
RGB
CMYK
RGB Variations
Color information
#696F93 (or 0x696F93) is known color: Waikawa Grey. HEX triplet: 69, 6F and 93. RGB value is (105,111,147). Sum of RGB (Red+Green+Blue) = 105+111+147=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 147 - color contains mainly: blue. Hex color #696F93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696F93 is #96906C. Grayscale: #717171. Windows color (decimal): -9867373 or 9662313. OLE color: 9662313.
HSL color Cylindrical-coordinate representation of color #696F93: hue angle of 231.43º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #696F93 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 111 | 147 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.42 |
| HSL | 231.43º | 0.17% | 0.49% | - |
| HSV(B) | 231.43º | 0.29% | 0.58% | - |
| XYZ | 16.78 | 16.48 | 29.9 | - |
| YUV | 113.31 | 147.01 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 111 | 147 | 0.29 | 0.24 | 0 | 0.42 | 231.43 | 0.17 | 0.49 |
| Hex | 69 | 6F | 93 | 1D | 18 | 0 | 2A | E7 | 11 | 31 |
| Octal | 151 | 157 | 223 | 35 | 30 | 0 | 52 | 347 | 21 | 61 |
| Binary | 1101001 | 1101111 | 10010011 | 11101 | 11000 | 0 | 101010 | 11100111 | 10001 | 110001 |
Color Harmonies of #696F93
Complementary color
Monochromatic Colors of #696F93
Black with #696F93
Text Example
Text Example
White with #696F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696F93; }
p { color: rgb(105,111,147); }
H1.HeaderClassName
{
color: #696F93;
}
.AnyTagClassName
{
color: #696F93;
}
</style>
background-color css
<style>
a { background-color: #696F93; }
a { background-color: rgb(105,111,147); }
div.DivClassName
{
background-color: #696F93;
}
.BgClassName
{
background-color: #696F93;
}
</style>
border-color css
<style>
span { border-color: #696F93; }
span { border-color: rgb(105,111,147); }
td.TdClassName
{
border-color: #696F93;
}
.TagClassName
{
border-color: #696F93;
}
</style>