Shades of Sirocco #6E8879
Tints of Sirocco #6E8879
RGB
CMYK
RGB Variations
Color information
#6E8879 (or 0x6E8879) is known color: Sirocco. HEX triplet: 6E, 88 and 79. RGB value is (110,136,121). Sum of RGB (Red+Green+Blue) = 110+136+121=367 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.97% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 121 (47.66% from 255 or 32.97% from 367); Max value from RGB is 136 - color contains mainly: green. Hex color #6E8879 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8879 is #917786. Grayscale: #7E7E7E. Windows color (decimal): -9533319 or 7964782. OLE color: 7964782.
HSL color Cylindrical-coordinate representation of color #6E8879: hue angle of 145.38º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6E8879 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 136 | 121 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.47 |
| HSL | 145.38º | 0.11% | 0.48% | - |
| HSV(B) | 145.38º | 0.19% | 0.53% | - |
| XYZ | 18.69 | 22.3 | 21.41 | - |
| YUV | 126.52 | 124.89 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 136 | 121 | 0.19 | 0 | 0.11 | 0.47 | 145.38 | 0.11 | 0.48 |
| Hex | 6E | 88 | 79 | 13 | 0 | B | 2F | 91 | B | 30 |
| Octal | 156 | 210 | 171 | 23 | 0 | 13 | 57 | 221 | 13 | 60 |
| Binary | 1101110 | 10001000 | 1111001 | 10011 | 0 | 1011 | 101111 | 10010001 | 1011 | 110000 |
Color Harmonies of #6E8879
Complementary color
Monochromatic Colors of #6E8879
Black with #6E8879
Text Example
Text Example
White with #6E8879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8879; }
p { color: rgb(110,136,121); }
H1.HeaderClassName
{
color: #6E8879;
}
.AnyTagClassName
{
color: #6E8879;
}
</style>
background-color css
<style>
a { background-color: #6E8879; }
a { background-color: rgb(110,136,121); }
div.DivClassName
{
background-color: #6E8879;
}
.BgClassName
{
background-color: #6E8879;
}
</style>
border-color css
<style>
span { border-color: #6E8879; }
span { border-color: rgb(110,136,121); }
td.TdClassName
{
border-color: #6E8879;
}
.TagClassName
{
border-color: #6E8879;
}
</style>