Shades of Waikawa Grey #68709C
Tints of Waikawa Grey #68709C
RGB
CMYK
RGB Variations
Color information
#68709C (or 0x68709C) is known color: Waikawa Grey. HEX triplet: 68, 70 and 9C. RGB value is (104,112,156). Sum of RGB (Red+Green+Blue) = 104+112+156=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 156 - color contains mainly: blue. Hex color #68709C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68709C is #978F63. Grayscale: #727272. Windows color (decimal): -9932644 or 10252392. OLE color: 10252392.
HSL color Cylindrical-coordinate representation of color #68709C: hue angle of 230.77º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #68709C is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 112 | 156 | - |
| CMYK | 0.33 | 0.28 | 0 | 0.39 |
| HSL | 230.77º | 0.21% | 0.51% | - |
| HSV(B) | 230.77º | 0.33% | 0.61% | - |
| XYZ | 17.5 | 16.93 | 33.8 | - |
| YUV | 114.62 | 151.35 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 112 | 156 | 0.33 | 0.28 | 0 | 0.39 | 230.77 | 0.21 | 0.51 |
| Hex | 68 | 70 | 9C | 21 | 1C | 0 | 27 | E7 | 15 | 33 |
| Octal | 150 | 160 | 234 | 41 | 34 | 0 | 47 | 347 | 25 | 63 |
| Binary | 1101000 | 1110000 | 10011100 | 100001 | 11100 | 0 | 100111 | 11100111 | 10101 | 110011 |
Color Harmonies of #68709C
Complementary color
Monochromatic Colors of #68709C
Black with #68709C
Text Example
Text Example
White with #68709C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68709C; }
p { color: rgb(104,112,156); }
H1.HeaderClassName
{
color: #68709C;
}
.AnyTagClassName
{
color: #68709C;
}
</style>
background-color css
<style>
a { background-color: #68709C; }
a { background-color: rgb(104,112,156); }
div.DivClassName
{
background-color: #68709C;
}
.BgClassName
{
background-color: #68709C;
}
</style>
border-color css
<style>
span { border-color: #68709C; }
span { border-color: rgb(104,112,156); }
td.TdClassName
{
border-color: #68709C;
}
.TagClassName
{
border-color: #68709C;
}
</style>