Shades of Cutty Sark #60827A
Tints of Cutty Sark #60827A
RGB
CMYK
RGB Variations
Color information
#60827A (or 0x60827A) is known color: Cutty Sark. HEX triplet: 60, 82 and 7A. RGB value is (96,130,122). Sum of RGB (Red+Green+Blue) = 96+130+122=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 130 (51.17% from 255 or 37.36% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 130 - color contains mainly: green. Hex color #60827A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60827A is #9F7D85. Grayscale: #767676. Windows color (decimal): -10452358 or 8028768. OLE color: 8028768.
HSL color Cylindrical-coordinate representation of color #60827A: hue angle of 165.88º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #60827A is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 130 | 122 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.49 |
| HSL | 165.88º | 0.15% | 0.44% | - |
| HSV(B) | 165.88º | 0.26% | 0.51% | - |
| XYZ | 16.32 | 19.86 | 21.39 | - |
| YUV | 118.92 | 129.74 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 130 | 122 | 0.26 | 0 | 0.06 | 0.49 | 165.88 | 0.15 | 0.44 |
| Hex | 60 | 82 | 7A | 1A | 0 | 6 | 31 | A6 | F | 2C |
| Octal | 140 | 202 | 172 | 32 | 0 | 6 | 61 | 246 | 17 | 54 |
| Binary | 1100000 | 10000010 | 1111010 | 11010 | 0 | 110 | 110001 | 10100110 | 1111 | 101100 |
Color Harmonies of #60827A
Complementary color
Monochromatic Colors of #60827A
Black with #60827A
Text Example
Text Example
White with #60827A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60827A; }
p { color: rgb(96,130,122); }
H1.HeaderClassName
{
color: #60827A;
}
.AnyTagClassName
{
color: #60827A;
}
</style>
background-color css
<style>
a { background-color: #60827A; }
a { background-color: rgb(96,130,122); }
div.DivClassName
{
background-color: #60827A;
}
.BgClassName
{
background-color: #60827A;
}
</style>
border-color css
<style>
span { border-color: #60827A; }
span { border-color: rgb(96,130,122); }
td.TdClassName
{
border-color: #60827A;
}
.TagClassName
{
border-color: #60827A;
}
</style>