Shades of Cutty Sark #698679
Tints of Cutty Sark #698679
RGB
CMYK
RGB Variations
Color information
#698679 (or 0x698679) is known color: Cutty Sark. HEX triplet: 69, 86 and 79. RGB value is (105,134,121). Sum of RGB (Red+Green+Blue) = 105+134+121=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 134 - color contains mainly: green. Hex color #698679 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698679 is #967986. Grayscale: #7B7B7B. Windows color (decimal): -9861511 or 7964265. OLE color: 7964265.
HSL color Cylindrical-coordinate representation of color #698679: hue angle of 153.1º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #698679 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 134 | 121 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.47 |
| HSL | 153.1º | 0.12% | 0.47% | - |
| HSV(B) | 153.1º | 0.22% | 0.53% | - |
| XYZ | 17.8 | 21.43 | 21.29 | - |
| YUV | 123.85 | 126.39 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 134 | 121 | 0.22 | 0 | 0.10 | 0.47 | 153.1 | 0.12 | 0.47 |
| Hex | 69 | 86 | 79 | 16 | 0 | A | 2F | 99 | C | 2F |
| Octal | 151 | 206 | 171 | 26 | 0 | 12 | 57 | 231 | 14 | 57 |
| Binary | 1101001 | 10000110 | 1111001 | 10110 | 0 | 1010 | 101111 | 10011001 | 1100 | 101111 |
Color Harmonies of #698679
Complementary color
Monochromatic Colors of #698679
Black with #698679
Text Example
Text Example
White with #698679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698679; }
p { color: rgb(105,134,121); }
H1.HeaderClassName
{
color: #698679;
}
.AnyTagClassName
{
color: #698679;
}
</style>
background-color css
<style>
a { background-color: #698679; }
a { background-color: rgb(105,134,121); }
div.DivClassName
{
background-color: #698679;
}
.BgClassName
{
background-color: #698679;
}
</style>
border-color css
<style>
span { border-color: #698679; }
span { border-color: rgb(105,134,121); }
td.TdClassName
{
border-color: #698679;
}
.TagClassName
{
border-color: #698679;
}
</style>