Shades of Cutty Sark #607A6E
Tints of Cutty Sark #607A6E
RGB
CMYK
RGB Variations
Color information
#607A6E (or 0x607A6E) is known color: Cutty Sark. HEX triplet: 60, 7A and 6E. RGB value is (96,122,110). Sum of RGB (Red+Green+Blue) = 96+122+110=328 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.27% from 328); Green value is 122 (48.05% from 255 or 37.20% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 122 - color contains mainly: green. Hex color #607A6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607A6E is #9F8591. Grayscale: #707070. Windows color (decimal): -10454418 or 7240288. OLE color: 7240288.
HSL color Cylindrical-coordinate representation of color #607A6E: hue angle of 152.31º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #607A6E is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 122 | 110 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.52 |
| HSL | 152.31º | 0.12% | 0.43% | - |
| HSV(B) | 152.31º | 0.21% | 0.48% | - |
| XYZ | 14.6 | 17.53 | 17.37 | - |
| YUV | 112.86 | 126.39 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 122 | 110 | 0.21 | 0 | 0.10 | 0.52 | 152.31 | 0.12 | 0.43 |
| Hex | 60 | 7A | 6E | 15 | 0 | A | 34 | 98 | C | 2B |
| Octal | 140 | 172 | 156 | 25 | 0 | 12 | 64 | 230 | 14 | 53 |
| Binary | 1100000 | 1111010 | 1101110 | 10101 | 0 | 1010 | 110100 | 10011000 | 1100 | 101011 |
Color Harmonies of #607A6E
Complementary color
Monochromatic Colors of #607A6E
Black with #607A6E
Text Example
Text Example
White with #607A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607A6E; }
p { color: rgb(96,122,110); }
H1.HeaderClassName
{
color: #607A6E;
}
.AnyTagClassName
{
color: #607A6E;
}
</style>
background-color css
<style>
a { background-color: #607A6E; }
a { background-color: rgb(96,122,110); }
div.DivClassName
{
background-color: #607A6E;
}
.BgClassName
{
background-color: #607A6E;
}
</style>
border-color css
<style>
span { border-color: #607A6E; }
span { border-color: rgb(96,122,110); }
td.TdClassName
{
border-color: #607A6E;
}
.TagClassName
{
border-color: #607A6E;
}
</style>