Shades of Cutty Sark #60857C
Tints of Cutty Sark #60857C
RGB
CMYK
RGB Variations
Color information
#60857C (or 0x60857C) is known color: Cutty Sark. HEX triplet: 60, 85 and 7C. RGB value is (96,133,124). Sum of RGB (Red+Green+Blue) = 96+133+124=353 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.20% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 133 - color contains mainly: green. Hex color #60857C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60857C is #9F7A83. Grayscale: #787878. Windows color (decimal): -10451588 or 8160608. OLE color: 8160608.
HSL color Cylindrical-coordinate representation of color #60857C: hue angle of 165.41º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #60857C is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 96 | 133 | 124 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.48 |
| HSL | 165.41º | 0.16% | 0.45% | - |
| HSV(B) | 165.41º | 0.28% | 0.52% | - |
| XYZ | 16.85 | 20.72 | 22.18 | - |
| YUV | 120.91 | 129.74 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 133 | 124 | 0.28 | 0 | 0.07 | 0.48 | 165.41 | 0.16 | 0.45 |
| Hex | 60 | 85 | 7C | 1C | 0 | 7 | 30 | A5 | 10 | 2D |
| Octal | 140 | 205 | 174 | 34 | 0 | 7 | 60 | 245 | 20 | 55 |
| Binary | 1100000 | 10000101 | 1111100 | 11100 | 0 | 111 | 110000 | 10100101 | 10000 | 101101 |
Color Harmonies of #60857C
Complementary color
Monochromatic Colors of #60857C
Black with #60857C
Text Example
Text Example
White with #60857C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60857C; }
p { color: rgb(96,133,124); }
H1.HeaderClassName
{
color: #60857C;
}
.AnyTagClassName
{
color: #60857C;
}
</style>
background-color css
<style>
a { background-color: #60857C; }
a { background-color: rgb(96,133,124); }
div.DivClassName
{
background-color: #60857C;
}
.BgClassName
{
background-color: #60857C;
}
</style>
border-color css
<style>
span { border-color: #60857C; }
span { border-color: rgb(96,133,124); }
td.TdClassName
{
border-color: #60857C;
}
.TagClassName
{
border-color: #60857C;
}
</style>