Shades of Waikawa Grey #696F8A
Tints of Waikawa Grey #696F8A
RGB
CMYK
RGB Variations
Color information
#696F8A (or 0x696F8A) is known color: Waikawa Grey. HEX triplet: 69, 6F and 8A. RGB value is (105,111,138). Sum of RGB (Red+Green+Blue) = 105+111+138=354 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.66% from 354); Green value is 111 (43.75% from 255 or 31.36% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 138 - color contains mainly: blue. Hex color #696F8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696F8A is #969075. Grayscale: #707070. Windows color (decimal): -9867382 or 9072489. OLE color: 9072489.
HSL color Cylindrical-coordinate representation of color #696F8A: hue angle of 229.09º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #696F8A is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 105 | 111 | 138 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.46 |
| HSL | 229.09º | 0.14% | 0.48% | - |
| HSV(B) | 229.09º | 0.24% | 0.54% | - |
| XYZ | 16.1 | 16.21 | 26.32 | - |
| YUV | 112.28 | 142.51 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 111 | 138 | 0.24 | 0.20 | 0 | 0.46 | 229.09 | 0.14 | 0.48 |
| Hex | 69 | 6F | 8A | 18 | 14 | 0 | 2E | E5 | E | 30 |
| Octal | 151 | 157 | 212 | 30 | 24 | 0 | 56 | 345 | 16 | 60 |
| Binary | 1101001 | 1101111 | 10001010 | 11000 | 10100 | 0 | 101110 | 11100101 | 1110 | 110000 |
Color Harmonies of #696F8A
Complementary color
Monochromatic Colors of #696F8A
Black with #696F8A
Text Example
Text Example
White with #696F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696F8A; }
p { color: rgb(105,111,138); }
H1.HeaderClassName
{
color: #696F8A;
}
.AnyTagClassName
{
color: #696F8A;
}
</style>
background-color css
<style>
a { background-color: #696F8A; }
a { background-color: rgb(105,111,138); }
div.DivClassName
{
background-color: #696F8A;
}
.BgClassName
{
background-color: #696F8A;
}
</style>
border-color css
<style>
span { border-color: #696F8A; }
span { border-color: rgb(105,111,138); }
td.TdClassName
{
border-color: #696F8A;
}
.TagClassName
{
border-color: #696F8A;
}
</style>