Shades of Waikawa Grey #696D8C
Tints of Waikawa Grey #696D8C
RGB
CMYK
RGB Variations
Color information
#696D8C (or 0x696D8C) is known color: Waikawa Grey. HEX triplet: 69, 6D and 8C. RGB value is (105,109,140). Sum of RGB (Red+Green+Blue) = 105+109+140=354 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.66% from 354); Green value is 109 (42.97% from 255 or 30.79% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 140 - color contains mainly: blue. Hex color #696D8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696D8C is #969273. Grayscale: #6F6F6F. Windows color (decimal): -9867892 or 9203049. OLE color: 9203049.
HSL color Cylindrical-coordinate representation of color #696D8C: hue angle of 233.14º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #696D8C is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 109 | 140 | - |
| CMYK | 0.25 | 0.22 | 0 | 0.45 |
| HSL | 233.14º | 0.14% | 0.48% | - |
| HSV(B) | 233.14º | 0.25% | 0.55% | - |
| XYZ | 16.03 | 15.83 | 27.02 | - |
| YUV | 111.34 | 144.17 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 109 | 140 | 0.25 | 0.22 | 0 | 0.45 | 233.14 | 0.14 | 0.48 |
| Hex | 69 | 6D | 8C | 19 | 16 | 0 | 2D | E9 | E | 30 |
| Octal | 151 | 155 | 214 | 31 | 26 | 0 | 55 | 351 | 16 | 60 |
| Binary | 1101001 | 1101101 | 10001100 | 11001 | 10110 | 0 | 101101 | 11101001 | 1110 | 110000 |
Color Harmonies of #696D8C
Complementary color
Monochromatic Colors of #696D8C
Black with #696D8C
Text Example
Text Example
White with #696D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696D8C; }
p { color: rgb(105,109,140); }
H1.HeaderClassName
{
color: #696D8C;
}
.AnyTagClassName
{
color: #696D8C;
}
</style>
background-color css
<style>
a { background-color: #696D8C; }
a { background-color: rgb(105,109,140); }
div.DivClassName
{
background-color: #696D8C;
}
.BgClassName
{
background-color: #696D8C;
}
</style>
border-color css
<style>
span { border-color: #696D8C; }
span { border-color: rgb(105,109,140); }
td.TdClassName
{
border-color: #696D8C;
}
.TagClassName
{
border-color: #696D8C;
}
</style>