Shades of Cutty Sark #6B8278
Tints of Cutty Sark #6B8278
RGB
CMYK
RGB Variations
Color information
#6B8278 (or 0x6B8278) is known color: Cutty Sark. HEX triplet: 6B, 82 and 78. RGB value is (107,130,120). Sum of RGB (Red+Green+Blue) = 107+130+120=357 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.97% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 130 - color contains mainly: green. Hex color #6B8278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8278 is #947D87. Grayscale: #7A7A7A. Windows color (decimal): -9731464 or 7897707. OLE color: 7897707.
HSL color Cylindrical-coordinate representation of color #6B8278: hue angle of 153.91º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6B8278 is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 107 | 130 | 120 | - |
| CMYK | 0.18 | 0 | 0.08 | 0.49 |
| HSL | 153.91º | 0.1% | 0.46% | - |
| HSV(B) | 153.91º | 0.18% | 0.51% | - |
| XYZ | 17.44 | 20.45 | 20.8 | - |
| YUV | 121.98 | 126.88 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 130 | 120 | 0.18 | 0 | 0.08 | 0.49 | 153.91 | 0.1 | 0.46 |
| Hex | 6B | 82 | 78 | 12 | 0 | 8 | 31 | 9A | A | 2E |
| Octal | 153 | 202 | 170 | 22 | 0 | 10 | 61 | 232 | 12 | 56 |
| Binary | 1101011 | 10000010 | 1111000 | 10010 | 0 | 1000 | 110001 | 10011010 | 1010 | 101110 |
Color Harmonies of #6B8278
Complementary color
Monochromatic Colors of #6B8278
Black with #6B8278
Text Example
Text Example
White with #6B8278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8278; }
p { color: rgb(107,130,120); }
H1.HeaderClassName
{
color: #6B8278;
}
.AnyTagClassName
{
color: #6B8278;
}
</style>
background-color css
<style>
a { background-color: #6B8278; }
a { background-color: rgb(107,130,120); }
div.DivClassName
{
background-color: #6B8278;
}
.BgClassName
{
background-color: #6B8278;
}
</style>
border-color css
<style>
span { border-color: #6B8278; }
span { border-color: rgb(107,130,120); }
td.TdClassName
{
border-color: #6B8278;
}
.TagClassName
{
border-color: #6B8278;
}
</style>