Shades of Waikawa Grey #69708D
Tints of Waikawa Grey #69708D
RGB
CMYK
RGB Variations
Color information
#69708D (or 0x69708D) is known color: Waikawa Grey. HEX triplet: 69, 70 and 8D. RGB value is (105,112,141). Sum of RGB (Red+Green+Blue) = 105+112+141=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 141 - color contains mainly: blue. Hex color #69708D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69708D is #968F72. Grayscale: #717171. Windows color (decimal): -9867123 or 9269353. OLE color: 9269353.
HSL color Cylindrical-coordinate representation of color #69708D: hue angle of 228.33º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #69708D is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 112 | 141 | - |
| CMYK | 0.26 | 0.21 | 0 | 0.45 |
| HSL | 228.33º | 0.15% | 0.48% | - |
| HSV(B) | 228.33º | 0.26% | 0.55% | - |
| XYZ | 16.43 | 16.51 | 27.52 | - |
| YUV | 113.21 | 143.68 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 112 | 141 | 0.26 | 0.21 | 0 | 0.45 | 228.33 | 0.15 | 0.48 |
| Hex | 69 | 70 | 8D | 1A | 15 | 0 | 2D | E4 | F | 30 |
| Octal | 151 | 160 | 215 | 32 | 25 | 0 | 55 | 344 | 17 | 60 |
| Binary | 1101001 | 1110000 | 10001101 | 11010 | 10101 | 0 | 101101 | 11100100 | 1111 | 110000 |
Color Harmonies of #69708D
Complementary color
Monochromatic Colors of #69708D
Black with #69708D
Text Example
Text Example
White with #69708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69708D; }
p { color: rgb(105,112,141); }
H1.HeaderClassName
{
color: #69708D;
}
.AnyTagClassName
{
color: #69708D;
}
</style>
background-color css
<style>
a { background-color: #69708D; }
a { background-color: rgb(105,112,141); }
div.DivClassName
{
background-color: #69708D;
}
.BgClassName
{
background-color: #69708D;
}
</style>
border-color css
<style>
span { border-color: #69708D; }
span { border-color: rgb(105,112,141); }
td.TdClassName
{
border-color: #69708D;
}
.TagClassName
{
border-color: #69708D;
}
</style>