Shades of Waikawa Grey #68728F
Tints of Waikawa Grey #68728F
RGB
CMYK
RGB Variations
Color information
#68728F (or 0x68728F) is known color: Waikawa Grey. HEX triplet: 68, 72 and 8F. RGB value is (104,114,143). Sum of RGB (Red+Green+Blue) = 104+114+143=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 143 (56.25% from 255 or 39.61% from 361); Max value from RGB is 143 - color contains mainly: blue. Hex color #68728F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68728F is #978D70. Grayscale: #727272. Windows color (decimal): -9932145 or 9400936. OLE color: 9400936.
HSL color Cylindrical-coordinate representation of color #68728F: hue angle of 224.62º degrees, saturation: 0.16, 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 #68728F is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 114 | 143 | - |
| CMYK | 0.27 | 0.20 | 0 | 0.44 |
| HSL | 224.62º | 0.16% | 0.48% | - |
| HSV(B) | 224.62º | 0.27% | 0.56% | - |
| XYZ | 16.68 | 16.96 | 28.38 | - |
| YUV | 114.32 | 144.19 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 114 | 143 | 0.27 | 0.20 | 0 | 0.44 | 224.62 | 0.16 | 0.48 |
| Hex | 68 | 72 | 8F | 1B | 14 | 0 | 2C | E1 | 10 | 30 |
| Octal | 150 | 162 | 217 | 33 | 24 | 0 | 54 | 341 | 20 | 60 |
| Binary | 1101000 | 1110010 | 10001111 | 11011 | 10100 | 0 | 101100 | 11100001 | 10000 | 110000 |
Color Harmonies of #68728F
Complementary color
Monochromatic Colors of #68728F
Black with #68728F
Text Example
Text Example
White with #68728F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68728F; }
p { color: rgb(104,114,143); }
H1.HeaderClassName
{
color: #68728F;
}
.AnyTagClassName
{
color: #68728F;
}
</style>
background-color css
<style>
a { background-color: #68728F; }
a { background-color: rgb(104,114,143); }
div.DivClassName
{
background-color: #68728F;
}
.BgClassName
{
background-color: #68728F;
}
</style>
border-color css
<style>
span { border-color: #68728F; }
span { border-color: rgb(104,114,143); }
td.TdClassName
{
border-color: #68728F;
}
.TagClassName
{
border-color: #68728F;
}
</style>