Shades of Cutty Sark #68867A
Tints of Cutty Sark #68867A
RGB
CMYK
RGB Variations
Color information
#68867A (or 0x68867A) is known color: Cutty Sark. HEX triplet: 68, 86 and 7A. RGB value is (104,134,122). Sum of RGB (Red+Green+Blue) = 104+134+122=360 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.89% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 134 - color contains mainly: green. Hex color #68867A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68867A is #977985. Grayscale: #7B7B7B. Windows color (decimal): -9927046 or 8029800. OLE color: 8029800.
HSL color Cylindrical-coordinate representation of color #68867A: hue angle of 156º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #68867A is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 134 | 122 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.47 |
| HSL | 156º | 0.13% | 0.47% | - |
| HSV(B) | 156º | 0.22% | 0.53% | - |
| XYZ | 17.75 | 21.4 | 21.61 | - |
| YUV | 123.66 | 127.06 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 134 | 122 | 0.22 | 0 | 0.09 | 0.47 | 156 | 0.13 | 0.47 |
| Hex | 68 | 86 | 7A | 16 | 0 | 9 | 2F | 9C | D | 2F |
| Octal | 150 | 206 | 172 | 26 | 0 | 11 | 57 | 234 | 15 | 57 |
| Binary | 1101000 | 10000110 | 1111010 | 10110 | 0 | 1001 | 101111 | 10011100 | 1101 | 101111 |
Color Harmonies of #68867A
Complementary color
Monochromatic Colors of #68867A
Black with #68867A
Text Example
Text Example
White with #68867A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68867A; }
p { color: rgb(104,134,122); }
H1.HeaderClassName
{
color: #68867A;
}
.AnyTagClassName
{
color: #68867A;
}
</style>
background-color css
<style>
a { background-color: #68867A; }
a { background-color: rgb(104,134,122); }
div.DivClassName
{
background-color: #68867A;
}
.BgClassName
{
background-color: #68867A;
}
</style>
border-color css
<style>
span { border-color: #68867A; }
span { border-color: rgb(104,134,122); }
td.TdClassName
{
border-color: #68867A;
}
.TagClassName
{
border-color: #68867A;
}
</style>