Shades of Waikawa Grey #68718A
Tints of Waikawa Grey #68718A
RGB
CMYK
RGB Variations
Color information
#68718A (or 0x68718A) is known color: Waikawa Grey. HEX triplet: 68, 71 and 8A. RGB value is (104,113,138). Sum of RGB (Red+Green+Blue) = 104+113+138=355 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.30% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 138 (54.30% from 255 or 38.87% from 355); Max value from RGB is 138 - color contains mainly: blue. Hex color #68718A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68718A is #978E75. Grayscale: #717171. Windows color (decimal): -9932406 or 9073000. OLE color: 9073000.
HSL color Cylindrical-coordinate representation of color #68718A: hue angle of 224.12º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #68718A is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 104 | 113 | 138 | - |
| CMYK | 0.25 | 0.18 | 0 | 0.46 |
| HSL | 224.12º | 0.14% | 0.47% | - |
| HSV(B) | 224.12º | 0.25% | 0.54% | - |
| XYZ | 16.2 | 16.59 | 26.39 | - |
| YUV | 113.16 | 142.02 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 113 | 138 | 0.25 | 0.18 | 0 | 0.46 | 224.12 | 0.14 | 0.47 |
| Hex | 68 | 71 | 8A | 19 | 12 | 0 | 2E | E0 | E | 2F |
| Octal | 150 | 161 | 212 | 31 | 22 | 0 | 56 | 340 | 16 | 57 |
| Binary | 1101000 | 1110001 | 10001010 | 11001 | 10010 | 0 | 101110 | 11100000 | 1110 | 101111 |
Color Harmonies of #68718A
Complementary color
Monochromatic Colors of #68718A
Black with #68718A
Text Example
Text Example
White with #68718A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68718A; }
p { color: rgb(104,113,138); }
H1.HeaderClassName
{
color: #68718A;
}
.AnyTagClassName
{
color: #68718A;
}
</style>
background-color css
<style>
a { background-color: #68718A; }
a { background-color: rgb(104,113,138); }
div.DivClassName
{
background-color: #68718A;
}
.BgClassName
{
background-color: #68718A;
}
</style>
border-color css
<style>
span { border-color: #68718A; }
span { border-color: rgb(104,113,138); }
td.TdClassName
{
border-color: #68718A;
}
.TagClassName
{
border-color: #68718A;
}
</style>