Shades of Waikawa Grey #60668D
Tints of Waikawa Grey #60668D
RGB
CMYK
RGB Variations
Color information
#60668D (or 0x60668D) is known color: Waikawa Grey. HEX triplet: 60, 66 and 8D. RGB value is (96,102,141). Sum of RGB (Red+Green+Blue) = 96+102+141=339 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.32% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 141 - color contains mainly: blue. Hex color #60668D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60668D is #9F9972. Grayscale: #686868. Windows color (decimal): -10459507 or 9266784. OLE color: 9266784.
HSL color Cylindrical-coordinate representation of color #60668D: hue angle of 232º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #60668D is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 102 | 141 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.45 |
| HSL | 232º | 0.19% | 0.46% | - |
| HSV(B) | 232º | 0.32% | 0.55% | - |
| XYZ | 14.38 | 13.91 | 27.13 | - |
| YUV | 104.65 | 148.51 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 102 | 141 | 0.32 | 0.28 | 0 | 0.45 | 232 | 0.19 | 0.46 |
| Hex | 60 | 66 | 8D | 20 | 1C | 0 | 2D | E8 | 13 | 2E |
| Octal | 140 | 146 | 215 | 40 | 34 | 0 | 55 | 350 | 23 | 56 |
| Binary | 1100000 | 1100110 | 10001101 | 100000 | 11100 | 0 | 101101 | 11101000 | 10011 | 101110 |
Color Harmonies of #60668D
Complementary color
Monochromatic Colors of #60668D
Black with #60668D
Text Example
Text Example
White with #60668D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60668D; }
p { color: rgb(96,102,141); }
H1.HeaderClassName
{
color: #60668D;
}
.AnyTagClassName
{
color: #60668D;
}
</style>
background-color css
<style>
a { background-color: #60668D; }
a { background-color: rgb(96,102,141); }
div.DivClassName
{
background-color: #60668D;
}
.BgClassName
{
background-color: #60668D;
}
</style>
border-color css
<style>
span { border-color: #60668D; }
span { border-color: rgb(96,102,141); }
td.TdClassName
{
border-color: #60668D;
}
.TagClassName
{
border-color: #60668D;
}
</style>