Shades of Cutty Sark #6E857B
Tints of Cutty Sark #6E857B
RGB
CMYK
RGB Variations
Color information
#6E857B (or 0x6E857B) is known color: Cutty Sark. HEX triplet: 6E, 85 and 7B. RGB value is (110,133,123). Sum of RGB (Red+Green+Blue) = 110+133+123=366 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.05% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 133 - color contains mainly: green. Hex color #6E857B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E857B is #917A84. Grayscale: #7D7D7D. Windows color (decimal): -9534085 or 8095086. OLE color: 8095086.
HSL color Cylindrical-coordinate representation of color #6E857B: hue angle of 153.91º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6E857B is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 110 | 133 | 123 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.48 |
| HSL | 153.91º | 0.09% | 0.48% | - |
| HSV(B) | 153.91º | 0.17% | 0.52% | - |
| XYZ | 18.39 | 21.52 | 21.92 | - |
| YUV | 124.98 | 126.88 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 133 | 123 | 0.17 | 0 | 0.08 | 0.48 | 153.91 | 0.09 | 0.48 |
| Hex | 6E | 85 | 7B | 11 | 0 | 8 | 30 | 9A | 9 | 30 |
| Octal | 156 | 205 | 173 | 21 | 0 | 10 | 60 | 232 | 11 | 60 |
| Binary | 1101110 | 10000101 | 1111011 | 10001 | 0 | 1000 | 110000 | 10011010 | 1001 | 110000 |
Color Harmonies of #6E857B
Complementary color
Monochromatic Colors of #6E857B
Black with #6E857B
Text Example
Text Example
White with #6E857B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E857B; }
p { color: rgb(110,133,123); }
H1.HeaderClassName
{
color: #6E857B;
}
.AnyTagClassName
{
color: #6E857B;
}
</style>
background-color css
<style>
a { background-color: #6E857B; }
a { background-color: rgb(110,133,123); }
div.DivClassName
{
background-color: #6E857B;
}
.BgClassName
{
background-color: #6E857B;
}
</style>
border-color css
<style>
span { border-color: #6E857B; }
span { border-color: rgb(110,133,123); }
td.TdClassName
{
border-color: #6E857B;
}
.TagClassName
{
border-color: #6E857B;
}
</style>