Shades of Cutty Sark #617A6F
Tints of Cutty Sark #617A6F
RGB
CMYK
RGB Variations
Color information
#617A6F (or 0x617A6F) is known color: Cutty Sark. HEX triplet: 61, 7A and 6F. RGB value is (97,122,111). Sum of RGB (Red+Green+Blue) = 97+122+111=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 122 (48.05% from 255 or 36.97% from 330); Blue value is 111 (43.75% from 255 or 33.64% from 330); Max value from RGB is 122 - color contains mainly: green. Hex color #617A6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617A6F is #9E8590. Grayscale: #717171. Windows color (decimal): -10388881 or 7305825. OLE color: 7305825.
HSL color Cylindrical-coordinate representation of color #617A6F: hue angle of 153.6º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #617A6F is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 97 | 122 | 111 | - |
| CMYK | 0.20 | 0 | 0.09 | 0.52 |
| HSL | 153.6º | 0.11% | 0.43% | - |
| HSV(B) | 153.6º | 0.2% | 0.48% | - |
| XYZ | 14.76 | 17.61 | 17.66 | - |
| YUV | 113.27 | 126.72 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 122 | 111 | 0.20 | 0 | 0.09 | 0.52 | 153.6 | 0.11 | 0.43 |
| Hex | 61 | 7A | 6F | 14 | 0 | 9 | 34 | 9A | B | 2B |
| Octal | 141 | 172 | 157 | 24 | 0 | 11 | 64 | 232 | 13 | 53 |
| Binary | 1100001 | 1111010 | 1101111 | 10100 | 0 | 1001 | 110100 | 10011010 | 1011 | 101011 |
Color Harmonies of #617A6F
Complementary color
Monochromatic Colors of #617A6F
Black with #617A6F
Text Example
Text Example
White with #617A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617A6F; }
p { color: rgb(97,122,111); }
H1.HeaderClassName
{
color: #617A6F;
}
.AnyTagClassName
{
color: #617A6F;
}
</style>
background-color css
<style>
a { background-color: #617A6F; }
a { background-color: rgb(97,122,111); }
div.DivClassName
{
background-color: #617A6F;
}
.BgClassName
{
background-color: #617A6F;
}
</style>
border-color css
<style>
span { border-color: #617A6F; }
span { border-color: rgb(97,122,111); }
td.TdClassName
{
border-color: #617A6F;
}
.TagClassName
{
border-color: #617A6F;
}
</style>