Shades of Waikawa Grey #68758D
Tints of Waikawa Grey #68758D
RGB
CMYK
RGB Variations
Color information
#68758D (or 0x68758D) is known color: Waikawa Grey. HEX triplet: 68, 75 and 8D. RGB value is (104,117,141). Sum of RGB (Red+Green+Blue) = 104+117+141=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 141 - color contains mainly: blue. Hex color #68758D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68758D is #978A72. Grayscale: #737373. Windows color (decimal): -9931379 or 9270632. OLE color: 9270632.
HSL color Cylindrical-coordinate representation of color #68758D: hue angle of 218.92º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #68758D is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 117 | 141 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.45 |
| HSL | 218.92º | 0.15% | 0.48% | - |
| HSV(B) | 218.92º | 0.26% | 0.55% | - |
| XYZ | 16.88 | 17.59 | 27.7 | - |
| YUV | 115.85 | 142.19 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 117 | 141 | 0.26 | 0.17 | 0 | 0.45 | 218.92 | 0.15 | 0.48 |
| Hex | 68 | 75 | 8D | 1A | 11 | 0 | 2D | DB | F | 30 |
| Octal | 150 | 165 | 215 | 32 | 21 | 0 | 55 | 333 | 17 | 60 |
| Binary | 1101000 | 1110101 | 10001101 | 11010 | 10001 | 0 | 101101 | 11011011 | 1111 | 110000 |
Color Harmonies of #68758D
Complementary color
Monochromatic Colors of #68758D
Black with #68758D
Text Example
Text Example
White with #68758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68758D; }
p { color: rgb(104,117,141); }
H1.HeaderClassName
{
color: #68758D;
}
.AnyTagClassName
{
color: #68758D;
}
</style>
background-color css
<style>
a { background-color: #68758D; }
a { background-color: rgb(104,117,141); }
div.DivClassName
{
background-color: #68758D;
}
.BgClassName
{
background-color: #68758D;
}
</style>
border-color css
<style>
span { border-color: #68758D; }
span { border-color: rgb(104,117,141); }
td.TdClassName
{
border-color: #68758D;
}
.TagClassName
{
border-color: #68758D;
}
</style>