Shades of Cutty Sark #6A837A
Tints of Cutty Sark #6A837A
RGB
CMYK
RGB Variations
Color information
#6A837A (or 0x6A837A) is known color: Cutty Sark. HEX triplet: 6A, 83 and 7A. RGB value is (106,131,122). Sum of RGB (Red+Green+Blue) = 106+131+122=359 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.53% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 131 - color contains mainly: green. Hex color #6A837A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A837A is #957C85. Grayscale: #7A7A7A. Windows color (decimal): -9796742 or 8029034. OLE color: 8029034.
HSL color Cylindrical-coordinate representation of color #6A837A: hue angle of 158.4º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6A837A is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 106 | 131 | 122 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.49 |
| HSL | 158.4º | 0.11% | 0.46% | - |
| HSV(B) | 158.4º | 0.19% | 0.51% | - |
| XYZ | 17.57 | 20.7 | 21.48 | - |
| YUV | 122.5 | 127.72 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 131 | 122 | 0.19 | 0 | 0.07 | 0.49 | 158.4 | 0.11 | 0.46 |
| Hex | 6A | 83 | 7A | 13 | 0 | 7 | 31 | 9E | B | 2E |
| Octal | 152 | 203 | 172 | 23 | 0 | 7 | 61 | 236 | 13 | 56 |
| Binary | 1101010 | 10000011 | 1111010 | 10011 | 0 | 111 | 110001 | 10011110 | 1011 | 101110 |
Color Harmonies of #6A837A
Complementary color
Monochromatic Colors of #6A837A
Black with #6A837A
Text Example
Text Example
White with #6A837A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A837A; }
p { color: rgb(106,131,122); }
H1.HeaderClassName
{
color: #6A837A;
}
.AnyTagClassName
{
color: #6A837A;
}
</style>
background-color css
<style>
a { background-color: #6A837A; }
a { background-color: rgb(106,131,122); }
div.DivClassName
{
background-color: #6A837A;
}
.BgClassName
{
background-color: #6A837A;
}
</style>
border-color css
<style>
span { border-color: #6A837A; }
span { border-color: rgb(106,131,122); }
td.TdClassName
{
border-color: #6A837A;
}
.TagClassName
{
border-color: #6A837A;
}
</style>