Shades of Cutty Sark #60847B
Tints of Cutty Sark #60847B
RGB
CMYK
RGB Variations
Color information
#60847B (or 0x60847B) is known color: Cutty Sark. HEX triplet: 60, 84 and 7B. RGB value is (96,132,123). Sum of RGB (Red+Green+Blue) = 96+132+123=351 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.35% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 132 - color contains mainly: green. Hex color #60847B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60847B is #9F7B84. Grayscale: #787878. Windows color (decimal): -10451845 or 8094816. OLE color: 8094816.
HSL color Cylindrical-coordinate representation of color #60847B: hue angle of 165º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #60847B is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 96 | 132 | 123 | - |
| CMYK | 0.27 | 0 | 0.07 | 0.48 |
| HSL | 165º | 0.16% | 0.45% | - |
| HSV(B) | 165º | 0.27% | 0.52% | - |
| XYZ | 16.65 | 20.42 | 21.8 | - |
| YUV | 120.21 | 129.57 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 132 | 123 | 0.27 | 0 | 0.07 | 0.48 | 165 | 0.16 | 0.45 |
| Hex | 60 | 84 | 7B | 1B | 0 | 7 | 30 | A5 | 10 | 2D |
| Octal | 140 | 204 | 173 | 33 | 0 | 7 | 60 | 245 | 20 | 55 |
| Binary | 1100000 | 10000100 | 1111011 | 11011 | 0 | 111 | 110000 | 10100101 | 10000 | 101101 |
Color Harmonies of #60847B
Complementary color
Monochromatic Colors of #60847B
Black with #60847B
Text Example
Text Example
White with #60847B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60847B; }
p { color: rgb(96,132,123); }
H1.HeaderClassName
{
color: #60847B;
}
.AnyTagClassName
{
color: #60847B;
}
</style>
background-color css
<style>
a { background-color: #60847B; }
a { background-color: rgb(96,132,123); }
div.DivClassName
{
background-color: #60847B;
}
.BgClassName
{
background-color: #60847B;
}
</style>
border-color css
<style>
span { border-color: #60847B; }
span { border-color: rgb(96,132,123); }
td.TdClassName
{
border-color: #60847B;
}
.TagClassName
{
border-color: #60847B;
}
</style>