Shades of Cutty Sark #60867B
Tints of Cutty Sark #60867B
RGB
CMYK
RGB Variations
Color information
#60867B (or 0x60867B) is known color: Cutty Sark. HEX triplet: 60, 86 and 7B. RGB value is (96,134,123). Sum of RGB (Red+Green+Blue) = 96+134+123=353 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.20% from 353); Green value is 134 (52.73% from 255 or 37.96% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 134 - color contains mainly: green. Hex color #60867B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60867B is #9F7984. Grayscale: #797979. Windows color (decimal): -10451333 or 8095328. OLE color: 8095328.
HSL color Cylindrical-coordinate representation of color #60867B: hue angle of 162.63º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #60867B is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 134 | 123 | - |
| CMYK | 0.28 | 0 | 0.08 | 0.47 |
| HSL | 162.63º | 0.17% | 0.45% | - |
| HSV(B) | 162.63º | 0.28% | 0.53% | - |
| XYZ | 16.92 | 20.97 | 21.89 | - |
| YUV | 121.38 | 128.91 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 134 | 123 | 0.28 | 0 | 0.08 | 0.47 | 162.63 | 0.17 | 0.45 |
| Hex | 60 | 86 | 7B | 1C | 0 | 8 | 2F | A3 | 11 | 2D |
| Octal | 140 | 206 | 173 | 34 | 0 | 10 | 57 | 243 | 21 | 55 |
| Binary | 1100000 | 10000110 | 1111011 | 11100 | 0 | 1000 | 101111 | 10100011 | 10001 | 101101 |
Color Harmonies of #60867B
Complementary color
Monochromatic Colors of #60867B
Black with #60867B
Text Example
Text Example
White with #60867B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60867B; }
p { color: rgb(96,134,123); }
H1.HeaderClassName
{
color: #60867B;
}
.AnyTagClassName
{
color: #60867B;
}
</style>
background-color css
<style>
a { background-color: #60867B; }
a { background-color: rgb(96,134,123); }
div.DivClassName
{
background-color: #60867B;
}
.BgClassName
{
background-color: #60867B;
}
</style>
border-color css
<style>
span { border-color: #60867B; }
span { border-color: rgb(96,134,123); }
td.TdClassName
{
border-color: #60867B;
}
.TagClassName
{
border-color: #60867B;
}
</style>