Shades of Cutty Sark #61867B
Tints of Cutty Sark #61867B
RGB
CMYK
RGB Variations
Color information
#61867B (or 0x61867B) is known color: Cutty Sark. HEX triplet: 61, 86 and 7B. RGB value is (97,134,123). Sum of RGB (Red+Green+Blue) = 97+134+123=354 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.40% from 354); Green value is 134 (52.73% from 255 or 37.85% from 354); Blue value is 123 (48.44% from 255 or 34.75% from 354); Max value from RGB is 134 - color contains mainly: green. Hex color #61867B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61867B is #9E7984. Grayscale: #797979. Windows color (decimal): -10385797 or 8095329. OLE color: 8095329.
HSL color Cylindrical-coordinate representation of color #61867B: hue angle of 162.16º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #61867B is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 97 | 134 | 123 | - |
| CMYK | 0.28 | 0 | 0.08 | 0.47 |
| HSL | 162.16º | 0.16% | 0.45% | - |
| HSV(B) | 162.16º | 0.28% | 0.53% | - |
| XYZ | 17.03 | 21.02 | 21.9 | - |
| YUV | 121.68 | 128.74 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 134 | 123 | 0.28 | 0 | 0.08 | 0.47 | 162.16 | 0.16 | 0.45 |
| Hex | 61 | 86 | 7B | 1C | 0 | 8 | 2F | A2 | 10 | 2D |
| Octal | 141 | 206 | 173 | 34 | 0 | 10 | 57 | 242 | 20 | 55 |
| Binary | 1100001 | 10000110 | 1111011 | 11100 | 0 | 1000 | 101111 | 10100010 | 10000 | 101101 |
Color Harmonies of #61867B
Complementary color
Monochromatic Colors of #61867B
Black with #61867B
Text Example
Text Example
White with #61867B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61867B; }
p { color: rgb(97,134,123); }
H1.HeaderClassName
{
color: #61867B;
}
.AnyTagClassName
{
color: #61867B;
}
</style>
background-color css
<style>
a { background-color: #61867B; }
a { background-color: rgb(97,134,123); }
div.DivClassName
{
background-color: #61867B;
}
.BgClassName
{
background-color: #61867B;
}
</style>
border-color css
<style>
span { border-color: #61867B; }
span { border-color: rgb(97,134,123); }
td.TdClassName
{
border-color: #61867B;
}
.TagClassName
{
border-color: #61867B;
}
</style>