Shades of Cutty Sark #698879
Tints of Cutty Sark #698879
RGB
CMYK
RGB Variations
Color information
#698879 (or 0x698879) is known color: Cutty Sark. HEX triplet: 69, 88 and 79. RGB value is (105,136,121). Sum of RGB (Red+Green+Blue) = 105+136+121=362 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.01% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 121 (47.66% from 255 or 33.43% from 362); Max value from RGB is 136 - color contains mainly: green. Hex color #698879 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698879 is #967786. Grayscale: #7D7D7D. Windows color (decimal): -9860999 or 7964777. OLE color: 7964777.
HSL color Cylindrical-coordinate representation of color #698879: hue angle of 150.97º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #698879 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 136 | 121 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.47 |
| HSL | 150.97º | 0.13% | 0.47% | - |
| HSV(B) | 150.97º | 0.23% | 0.53% | - |
| XYZ | 18.08 | 21.99 | 21.38 | - |
| YUV | 125.02 | 125.73 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 136 | 121 | 0.23 | 0 | 0.11 | 0.47 | 150.97 | 0.13 | 0.47 |
| Hex | 69 | 88 | 79 | 17 | 0 | B | 2F | 97 | D | 2F |
| Octal | 151 | 210 | 171 | 27 | 0 | 13 | 57 | 227 | 15 | 57 |
| Binary | 1101001 | 10001000 | 1111001 | 10111 | 0 | 1011 | 101111 | 10010111 | 1101 | 101111 |
Color Harmonies of #698879
Complementary color
Monochromatic Colors of #698879
Black with #698879
Text Example
Text Example
White with #698879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698879; }
p { color: rgb(105,136,121); }
H1.HeaderClassName
{
color: #698879;
}
.AnyTagClassName
{
color: #698879;
}
</style>
background-color css
<style>
a { background-color: #698879; }
a { background-color: rgb(105,136,121); }
div.DivClassName
{
background-color: #698879;
}
.BgClassName
{
background-color: #698879;
}
</style>
border-color css
<style>
span { border-color: #698879; }
span { border-color: rgb(105,136,121); }
td.TdClassName
{
border-color: #698879;
}
.TagClassName
{
border-color: #698879;
}
</style>