Shades of Waikawa Grey #68738D
Tints of Waikawa Grey #68738D
RGB
CMYK
RGB Variations
Color information
#68738D (or 0x68738D) is known color: Waikawa Grey. HEX triplet: 68, 73 and 8D. RGB value is (104,115,141). Sum of RGB (Red+Green+Blue) = 104+115+141=360 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.89% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 141 - color contains mainly: blue. Hex color #68738D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68738D is #978C72. Grayscale: #727272. Windows color (decimal): -9931891 or 9270120. OLE color: 9270120.
HSL color Cylindrical-coordinate representation of color #68738D: hue angle of 222.16º 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 #68738D is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 115 | 141 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.45 |
| HSL | 222.16º | 0.15% | 0.48% | - |
| HSV(B) | 222.16º | 0.26% | 0.55% | - |
| XYZ | 16.65 | 17.13 | 27.63 | - |
| YUV | 114.68 | 142.86 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 115 | 141 | 0.26 | 0.18 | 0 | 0.45 | 222.16 | 0.15 | 0.48 |
| Hex | 68 | 73 | 8D | 1A | 12 | 0 | 2D | DE | F | 30 |
| Octal | 150 | 163 | 215 | 32 | 22 | 0 | 55 | 336 | 17 | 60 |
| Binary | 1101000 | 1110011 | 10001101 | 11010 | 10010 | 0 | 101101 | 11011110 | 1111 | 110000 |
Color Harmonies of #68738D
Complementary color
Monochromatic Colors of #68738D
Black with #68738D
Text Example
Text Example
White with #68738D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68738D; }
p { color: rgb(104,115,141); }
H1.HeaderClassName
{
color: #68738D;
}
.AnyTagClassName
{
color: #68738D;
}
</style>
background-color css
<style>
a { background-color: #68738D; }
a { background-color: rgb(104,115,141); }
div.DivClassName
{
background-color: #68738D;
}
.BgClassName
{
background-color: #68738D;
}
</style>
border-color css
<style>
span { border-color: #68738D; }
span { border-color: rgb(104,115,141); }
td.TdClassName
{
border-color: #68738D;
}
.TagClassName
{
border-color: #68738D;
}
</style>