Shades of Cutty Sark #6B8579
Tints of Cutty Sark #6B8579
RGB
CMYK
RGB Variations
Color information
#6B8579 (or 0x6B8579) is known color: Cutty Sark. HEX triplet: 6B, 85 and 79. RGB value is (107,133,121). Sum of RGB (Red+Green+Blue) = 107+133+121=361 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.64% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 121 (47.66% from 255 or 33.52% from 361); Max value from RGB is 133 - color contains mainly: green. Hex color #6B8579 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8579 is #947A86. Grayscale: #7B7B7B. Windows color (decimal): -9730695 or 7964011. OLE color: 7964011.
HSL color Cylindrical-coordinate representation of color #6B8579: hue angle of 152.31º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6B8579 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 107 | 133 | 121 | - |
| CMYK | 0.20 | 0 | 0.09 | 0.48 |
| HSL | 152.31º | 0.11% | 0.47% | - |
| HSV(B) | 152.31º | 0.2% | 0.52% | - |
| XYZ | 17.9 | 21.28 | 21.25 | - |
| YUV | 123.86 | 126.39 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 133 | 121 | 0.20 | 0 | 0.09 | 0.48 | 152.31 | 0.11 | 0.47 |
| Hex | 6B | 85 | 79 | 14 | 0 | 9 | 30 | 98 | B | 2F |
| Octal | 153 | 205 | 171 | 24 | 0 | 11 | 60 | 230 | 13 | 57 |
| Binary | 1101011 | 10000101 | 1111001 | 10100 | 0 | 1001 | 110000 | 10011000 | 1011 | 101111 |
Color Harmonies of #6B8579
Complementary color
Monochromatic Colors of #6B8579
Black with #6B8579
Text Example
Text Example
White with #6B8579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8579; }
p { color: rgb(107,133,121); }
H1.HeaderClassName
{
color: #6B8579;
}
.AnyTagClassName
{
color: #6B8579;
}
</style>
background-color css
<style>
a { background-color: #6B8579; }
a { background-color: rgb(107,133,121); }
div.DivClassName
{
background-color: #6B8579;
}
.BgClassName
{
background-color: #6B8579;
}
</style>
border-color css
<style>
span { border-color: #6B8579; }
span { border-color: rgb(107,133,121); }
td.TdClassName
{
border-color: #6B8579;
}
.TagClassName
{
border-color: #6B8579;
}
</style>