Shades of Cutty Sark #608A7A
Tints of Cutty Sark #608A7A
RGB
CMYK
RGB Variations
Color information
#608A7A (or 0x608A7A) is known color: Cutty Sark. HEX triplet: 60, 8A and 7A. RGB value is (96,138,122). Sum of RGB (Red+Green+Blue) = 96+138+122=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 138 (54.30% from 255 or 38.76% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 138 - color contains mainly: green. Hex color #608A7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608A7A is #9F7585. Grayscale: #7B7B7B. Windows color (decimal): -10450310 or 8030816. OLE color: 8030816.
HSL color Cylindrical-coordinate representation of color #608A7A: hue angle of 157.14º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #608A7A is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 96 | 138 | 122 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.46 |
| HSL | 157.14º | 0.18% | 0.46% | - |
| HSV(B) | 157.14º | 0.3% | 0.54% | - |
| XYZ | 17.43 | 22.07 | 21.75 | - |
| YUV | 123.62 | 127.09 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 138 | 122 | 0.30 | 0 | 0.12 | 0.46 | 157.14 | 0.18 | 0.46 |
| Hex | 60 | 8A | 7A | 1E | 0 | C | 2E | 9D | 12 | 2E |
| Octal | 140 | 212 | 172 | 36 | 0 | 14 | 56 | 235 | 22 | 56 |
| Binary | 1100000 | 10001010 | 1111010 | 11110 | 0 | 1100 | 101110 | 10011101 | 10010 | 101110 |
Color Harmonies of #608A7A
Complementary color
Monochromatic Colors of #608A7A
Black with #608A7A
Text Example
Text Example
White with #608A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608A7A; }
p { color: rgb(96,138,122); }
H1.HeaderClassName
{
color: #608A7A;
}
.AnyTagClassName
{
color: #608A7A;
}
</style>
background-color css
<style>
a { background-color: #608A7A; }
a { background-color: rgb(96,138,122); }
div.DivClassName
{
background-color: #608A7A;
}
.BgClassName
{
background-color: #608A7A;
}
</style>
border-color css
<style>
span { border-color: #608A7A; }
span { border-color: rgb(96,138,122); }
td.TdClassName
{
border-color: #608A7A;
}
.TagClassName
{
border-color: #608A7A;
}
</style>