Shades of Cutty Sark #6D867B
Tints of Cutty Sark #6D867B
RGB
CMYK
RGB Variations
Color information
#6D867B (or 0x6D867B) is known color: Cutty Sark. HEX triplet: 6D, 86 and 7B. RGB value is (109,134,123). Sum of RGB (Red+Green+Blue) = 109+134+123=366 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.78% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 134 - color contains mainly: green. Hex color #6D867B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D867B is #927984. Grayscale: #7D7D7D. Windows color (decimal): -9599365 or 8095341. OLE color: 8095341.
HSL color Cylindrical-coordinate representation of color #6D867B: hue angle of 153.6º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6D867B is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 134 | 123 | - |
| CMYK | 0.19 | 0 | 0.08 | 0.47 |
| HSL | 153.6º | 0.1% | 0.48% | - |
| HSV(B) | 153.6º | 0.19% | 0.53% | - |
| XYZ | 18.41 | 21.73 | 21.96 | - |
| YUV | 125.27 | 126.72 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 134 | 123 | 0.19 | 0 | 0.08 | 0.47 | 153.6 | 0.1 | 0.48 |
| Hex | 6D | 86 | 7B | 13 | 0 | 8 | 2F | 9A | A | 30 |
| Octal | 155 | 206 | 173 | 23 | 0 | 10 | 57 | 232 | 12 | 60 |
| Binary | 1101101 | 10000110 | 1111011 | 10011 | 0 | 1000 | 101111 | 10011010 | 1010 | 110000 |
Color Harmonies of #6D867B
Complementary color
Monochromatic Colors of #6D867B
Black with #6D867B
Text Example
Text Example
White with #6D867B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D867B; }
p { color: rgb(109,134,123); }
H1.HeaderClassName
{
color: #6D867B;
}
.AnyTagClassName
{
color: #6D867B;
}
</style>
background-color css
<style>
a { background-color: #6D867B; }
a { background-color: rgb(109,134,123); }
div.DivClassName
{
background-color: #6D867B;
}
.BgClassName
{
background-color: #6D867B;
}
</style>
border-color css
<style>
span { border-color: #6D867B; }
span { border-color: rgb(109,134,123); }
td.TdClassName
{
border-color: #6D867B;
}
.TagClassName
{
border-color: #6D867B;
}
</style>