Shades of Waikawa Grey #68758E
Tints of Waikawa Grey #68758E
RGB
CMYK
RGB Variations
Color information
#68758E (or 0x68758E) is known color: Waikawa Grey. HEX triplet: 68, 75 and 8E. RGB value is (104,117,142). Sum of RGB (Red+Green+Blue) = 104+117+142=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 142 (55.86% from 255 or 39.12% from 363); Max value from RGB is 142 - color contains mainly: blue. Hex color #68758E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68758E is #978A71. Grayscale: #737373. Windows color (decimal): -9931378 or 9336168. OLE color: 9336168.
HSL color Cylindrical-coordinate representation of color #68758E: hue angle of 219.47º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #68758E is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 117 | 142 | - |
| CMYK | 0.27 | 0.18 | 0 | 0.44 |
| HSL | 219.47º | 0.15% | 0.48% | - |
| HSV(B) | 219.47º | 0.27% | 0.56% | - |
| XYZ | 16.95 | 17.62 | 28.1 | - |
| YUV | 115.96 | 142.69 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 117 | 142 | 0.27 | 0.18 | 0 | 0.44 | 219.47 | 0.15 | 0.48 |
| Hex | 68 | 75 | 8E | 1B | 12 | 0 | 2C | DB | F | 30 |
| Octal | 150 | 165 | 216 | 33 | 22 | 0 | 54 | 333 | 17 | 60 |
| Binary | 1101000 | 1110101 | 10001110 | 11011 | 10010 | 0 | 101100 | 11011011 | 1111 | 110000 |
Color Harmonies of #68758E
Complementary color
Monochromatic Colors of #68758E
Black with #68758E
Text Example
Text Example
White with #68758E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68758E; }
p { color: rgb(104,117,142); }
H1.HeaderClassName
{
color: #68758E;
}
.AnyTagClassName
{
color: #68758E;
}
</style>
background-color css
<style>
a { background-color: #68758E; }
a { background-color: rgb(104,117,142); }
div.DivClassName
{
background-color: #68758E;
}
.BgClassName
{
background-color: #68758E;
}
</style>
border-color css
<style>
span { border-color: #68758E; }
span { border-color: rgb(104,117,142); }
td.TdClassName
{
border-color: #68758E;
}
.TagClassName
{
border-color: #68758E;
}
</style>