Shades of Cutty Sark #6E827A
Tints of Cutty Sark #6E827A
RGB
CMYK
RGB Variations
Color information
#6E827A (or 0x6E827A) is known color: Cutty Sark. HEX triplet: 6E, 82 and 7A. RGB value is (110,130,122). Sum of RGB (Red+Green+Blue) = 110+130+122=362 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.39% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 130 - color contains mainly: green. Hex color #6E827A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E827A is #917D85. Grayscale: #7B7B7B. Windows color (decimal): -9534854 or 8028782. OLE color: 8028782.
HSL color Cylindrical-coordinate representation of color #6E827A: hue angle of 156º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6E827A is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 110 | 130 | 122 | - |
| CMYK | 0.15 | 0 | 0.06 | 0.49 |
| HSL | 156º | 0.08% | 0.47% | - |
| HSV(B) | 156º | 0.15% | 0.51% | - |
| XYZ | 17.93 | 20.69 | 21.46 | - |
| YUV | 123.11 | 127.37 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 130 | 122 | 0.15 | 0 | 0.06 | 0.49 | 156 | 0.08 | 0.47 |
| Hex | 6E | 82 | 7A | F | 0 | 6 | 31 | 9C | 8 | 2F |
| Octal | 156 | 202 | 172 | 17 | 0 | 6 | 61 | 234 | 10 | 57 |
| Binary | 1101110 | 10000010 | 1111010 | 1111 | 0 | 110 | 110001 | 10011100 | 1000 | 101111 |
Color Harmonies of #6E827A
Complementary color
Monochromatic Colors of #6E827A
Black with #6E827A
Text Example
Text Example
White with #6E827A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E827A; }
p { color: rgb(110,130,122); }
H1.HeaderClassName
{
color: #6E827A;
}
.AnyTagClassName
{
color: #6E827A;
}
</style>
background-color css
<style>
a { background-color: #6E827A; }
a { background-color: rgb(110,130,122); }
div.DivClassName
{
background-color: #6E827A;
}
.BgClassName
{
background-color: #6E827A;
}
</style>
border-color css
<style>
span { border-color: #6E827A; }
span { border-color: rgb(110,130,122); }
td.TdClassName
{
border-color: #6E827A;
}
.TagClassName
{
border-color: #6E827A;
}
</style>