Shades of Cutty Sark #6B897A
Tints of Cutty Sark #6B897A
RGB
CMYK
RGB Variations
Color information
#6B897A (or 0x6B897A) is known color: Cutty Sark. HEX triplet: 6B, 89 and 7A. RGB value is (107,137,122). Sum of RGB (Red+Green+Blue) = 107+137+122=366 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.23% from 366); Green value is 137 (53.91% from 255 or 37.43% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 137 - color contains mainly: green. Hex color #6B897A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B897A is #947685. Grayscale: #7E7E7E. Windows color (decimal): -9729670 or 8030571. OLE color: 8030571.
HSL color Cylindrical-coordinate representation of color #6B897A: hue angle of 150º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6B897A is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 107 | 137 | 122 | - |
| CMYK | 0.22 | 0 | 0.11 | 0.46 |
| HSL | 150º | 0.12% | 0.48% | - |
| HSV(B) | 150º | 0.22% | 0.54% | - |
| XYZ | 18.52 | 22.42 | 21.76 | - |
| YUV | 126.32 | 125.56 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 137 | 122 | 0.22 | 0 | 0.11 | 0.46 | 150 | 0.12 | 0.48 |
| Hex | 6B | 89 | 7A | 16 | 0 | B | 2E | 96 | C | 30 |
| Octal | 153 | 211 | 172 | 26 | 0 | 13 | 56 | 226 | 14 | 60 |
| Binary | 1101011 | 10001001 | 1111010 | 10110 | 0 | 1011 | 101110 | 10010110 | 1100 | 110000 |
Color Harmonies of #6B897A
Complementary color
Monochromatic Colors of #6B897A
Black with #6B897A
Text Example
Text Example
White with #6B897A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B897A; }
p { color: rgb(107,137,122); }
H1.HeaderClassName
{
color: #6B897A;
}
.AnyTagClassName
{
color: #6B897A;
}
</style>
background-color css
<style>
a { background-color: #6B897A; }
a { background-color: rgb(107,137,122); }
div.DivClassName
{
background-color: #6B897A;
}
.BgClassName
{
background-color: #6B897A;
}
</style>
border-color css
<style>
span { border-color: #6B897A; }
span { border-color: rgb(107,137,122); }
td.TdClassName
{
border-color: #6B897A;
}
.TagClassName
{
border-color: #6B897A;
}
</style>