Shades of Waikawa Grey #60687D
Tints of Waikawa Grey #60687D
RGB
CMYK
RGB Variations
Color information
#60687D (or 0x60687D) is known color: Waikawa Grey. HEX triplet: 60, 68 and 7D. RGB value is (96,104,125). Sum of RGB (Red+Green+Blue) = 96+104+125=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 125 - color contains mainly: blue. Hex color #60687D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60687D is #9F9782. Grayscale: #676767. Windows color (decimal): -10459011 or 8218720. OLE color: 8218720.
HSL color Cylindrical-coordinate representation of color #60687D: hue angle of 223.45º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #60687D is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 104 | 125 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.51 |
| HSL | 223.45º | 0.13% | 0.43% | - |
| HSV(B) | 223.45º | 0.23% | 0.49% | - |
| XYZ | 13.48 | 13.87 | 21.37 | - |
| YUV | 104 | 139.85 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 104 | 125 | 0.23 | 0.17 | 0 | 0.51 | 223.45 | 0.13 | 0.43 |
| Hex | 60 | 68 | 7D | 17 | 11 | 0 | 33 | DF | D | 2B |
| Octal | 140 | 150 | 175 | 27 | 21 | 0 | 63 | 337 | 15 | 53 |
| Binary | 1100000 | 1101000 | 1111101 | 10111 | 10001 | 0 | 110011 | 11011111 | 1101 | 101011 |
Color Harmonies of #60687D
Complementary color
Monochromatic Colors of #60687D
Black with #60687D
Text Example
Text Example
White with #60687D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60687D; }
p { color: rgb(96,104,125); }
H1.HeaderClassName
{
color: #60687D;
}
.AnyTagClassName
{
color: #60687D;
}
</style>
background-color css
<style>
a { background-color: #60687D; }
a { background-color: rgb(96,104,125); }
div.DivClassName
{
background-color: #60687D;
}
.BgClassName
{
background-color: #60687D;
}
</style>
border-color css
<style>
span { border-color: #60687D; }
span { border-color: rgb(96,104,125); }
td.TdClassName
{
border-color: #60687D;
}
.TagClassName
{
border-color: #60687D;
}
</style>