Shades of Waikawa Grey #68709A
Tints of Waikawa Grey #68709A
RGB
CMYK
RGB Variations
Color information
#68709A (or 0x68709A) is known color: Waikawa Grey. HEX triplet: 68, 70 and 9A. RGB value is (104,112,154). Sum of RGB (Red+Green+Blue) = 104+112+154=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 154 - color contains mainly: blue. Hex color #68709A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68709A is #978F65. Grayscale: #727272. Windows color (decimal): -9932646 or 10121320. OLE color: 10121320.
HSL color Cylindrical-coordinate representation of color #68709A: hue angle of 230.4º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #68709A is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 104 | 112 | 154 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.40 |
| HSL | 230.4º | 0.2% | 0.51% | - |
| HSV(B) | 230.4º | 0.32% | 0.6% | - |
| XYZ | 17.34 | 16.86 | 32.91 | - |
| YUV | 114.4 | 150.35 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 112 | 154 | 0.32 | 0.27 | 0 | 0.40 | 230.4 | 0.2 | 0.51 |
| Hex | 68 | 70 | 9A | 20 | 1B | 0 | 28 | E6 | 14 | 33 |
| Octal | 150 | 160 | 232 | 40 | 33 | 0 | 50 | 346 | 24 | 63 |
| Binary | 1101000 | 1110000 | 10011010 | 100000 | 11011 | 0 | 101000 | 11100110 | 10100 | 110011 |
Color Harmonies of #68709A
Complementary color
Monochromatic Colors of #68709A
Black with #68709A
Text Example
Text Example
White with #68709A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68709A; }
p { color: rgb(104,112,154); }
H1.HeaderClassName
{
color: #68709A;
}
.AnyTagClassName
{
color: #68709A;
}
</style>
background-color css
<style>
a { background-color: #68709A; }
a { background-color: rgb(104,112,154); }
div.DivClassName
{
background-color: #68709A;
}
.BgClassName
{
background-color: #68709A;
}
</style>
border-color css
<style>
span { border-color: #68709A; }
span { border-color: rgb(104,112,154); }
td.TdClassName
{
border-color: #68709A;
}
.TagClassName
{
border-color: #68709A;
}
</style>