Shades of Waikawa Grey #68759E
Tints of Waikawa Grey #68759E
RGB
CMYK
RGB Variations
Color information
#68759E (or 0x68759E) is known color: Waikawa Grey. HEX triplet: 68, 75 and 9E. RGB value is (104,117,158). Sum of RGB (Red+Green+Blue) = 104+117+158=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 158 - color contains mainly: blue. Hex color #68759E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68759E is #978A61. Grayscale: #757575. Windows color (decimal): -9931362 or 10384744. OLE color: 10384744.
HSL color Cylindrical-coordinate representation of color #68759E: hue angle of 225.56º degrees, saturation: 0.22, 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 #68759E is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 117 | 158 | - |
| CMYK | 0.34 | 0.26 | 0 | 0.38 |
| HSL | 225.56º | 0.22% | 0.51% | - |
| HSV(B) | 225.56º | 0.34% | 0.62% | - |
| XYZ | 18.24 | 18.13 | 34.89 | - |
| YUV | 117.79 | 150.69 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 117 | 158 | 0.34 | 0.26 | 0 | 0.38 | 225.56 | 0.22 | 0.51 |
| Hex | 68 | 75 | 9E | 22 | 1A | 0 | 26 | E2 | 16 | 33 |
| Octal | 150 | 165 | 236 | 42 | 32 | 0 | 46 | 342 | 26 | 63 |
| Binary | 1101000 | 1110101 | 10011110 | 100010 | 11010 | 0 | 100110 | 11100010 | 10110 | 110011 |
Color Harmonies of #68759E
Complementary color
Monochromatic Colors of #68759E
Black with #68759E
Text Example
Text Example
White with #68759E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68759E; }
p { color: rgb(104,117,158); }
H1.HeaderClassName
{
color: #68759E;
}
.AnyTagClassName
{
color: #68759E;
}
</style>
background-color css
<style>
a { background-color: #68759E; }
a { background-color: rgb(104,117,158); }
div.DivClassName
{
background-color: #68759E;
}
.BgClassName
{
background-color: #68759E;
}
</style>
border-color css
<style>
span { border-color: #68759E; }
span { border-color: rgb(104,117,158); }
td.TdClassName
{
border-color: #68759E;
}
.TagClassName
{
border-color: #68759E;
}
</style>