Shades of Waikawa Grey #68729D
Tints of Waikawa Grey #68729D
RGB
CMYK
RGB Variations
Color information
#68729D (or 0x68729D) is known color: Waikawa Grey. HEX triplet: 68, 72 and 9D. RGB value is (104,114,157). Sum of RGB (Red+Green+Blue) = 104+114+157=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 157 - color contains mainly: blue. Hex color #68729D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68729D is #978D62. Grayscale: #737373. Windows color (decimal): -9932131 or 10318440. OLE color: 10318440.
HSL color Cylindrical-coordinate representation of color #68729D: hue angle of 228.68º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #68729D is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 114 | 157 | - |
| CMYK | 0.34 | 0.27 | 0 | 0.38 |
| HSL | 228.68º | 0.21% | 0.51% | - |
| HSV(B) | 228.68º | 0.34% | 0.62% | - |
| XYZ | 17.81 | 17.41 | 34.32 | - |
| YUV | 115.91 | 151.19 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 114 | 157 | 0.34 | 0.27 | 0 | 0.38 | 228.68 | 0.21 | 0.51 |
| Hex | 68 | 72 | 9D | 22 | 1B | 0 | 26 | E5 | 15 | 33 |
| Octal | 150 | 162 | 235 | 42 | 33 | 0 | 46 | 345 | 25 | 63 |
| Binary | 1101000 | 1110010 | 10011101 | 100010 | 11011 | 0 | 100110 | 11100101 | 10101 | 110011 |
Color Harmonies of #68729D
Complementary color
Monochromatic Colors of #68729D
Black with #68729D
Text Example
Text Example
White with #68729D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68729D; }
p { color: rgb(104,114,157); }
H1.HeaderClassName
{
color: #68729D;
}
.AnyTagClassName
{
color: #68729D;
}
</style>
background-color css
<style>
a { background-color: #68729D; }
a { background-color: rgb(104,114,157); }
div.DivClassName
{
background-color: #68729D;
}
.BgClassName
{
background-color: #68729D;
}
</style>
border-color css
<style>
span { border-color: #68729D; }
span { border-color: rgb(104,114,157); }
td.TdClassName
{
border-color: #68729D;
}
.TagClassName
{
border-color: #68729D;
}
</style>