Shades of Sirocco #6E867A
Tints of Sirocco #6E867A
RGB
CMYK
RGB Variations
Color information
#6E867A (or 0x6E867A) is known color: Sirocco. HEX triplet: 6E, 86 and 7A. RGB value is (110,134,122). Sum of RGB (Red+Green+Blue) = 110+134+122=366 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.05% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 134 - color contains mainly: green. Hex color #6E867A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E867A is #917985. Grayscale: #7D7D7D. Windows color (decimal): -9533830 or 8029806. OLE color: 8029806.
HSL color Cylindrical-coordinate representation of color #6E867A: hue angle of 150º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6E867A is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 134 | 122 | - |
| CMYK | 0.18 | 0 | 0.09 | 0.47 |
| HSL | 150º | 0.1% | 0.48% | - |
| HSV(B) | 150º | 0.18% | 0.53% | - |
| XYZ | 18.47 | 21.77 | 21.64 | - |
| YUV | 125.46 | 126.05 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 134 | 122 | 0.18 | 0 | 0.09 | 0.47 | 150 | 0.1 | 0.48 |
| Hex | 6E | 86 | 7A | 12 | 0 | 9 | 2F | 96 | A | 30 |
| Octal | 156 | 206 | 172 | 22 | 0 | 11 | 57 | 226 | 12 | 60 |
| Binary | 1101110 | 10000110 | 1111010 | 10010 | 0 | 1001 | 101111 | 10010110 | 1010 | 110000 |
Color Harmonies of #6E867A
Complementary color
Monochromatic Colors of #6E867A
Black with #6E867A
Text Example
Text Example
White with #6E867A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E867A; }
p { color: rgb(110,134,122); }
H1.HeaderClassName
{
color: #6E867A;
}
.AnyTagClassName
{
color: #6E867A;
}
</style>
background-color css
<style>
a { background-color: #6E867A; }
a { background-color: rgb(110,134,122); }
div.DivClassName
{
background-color: #6E867A;
}
.BgClassName
{
background-color: #6E867A;
}
</style>
border-color css
<style>
span { border-color: #6E867A; }
span { border-color: rgb(110,134,122); }
td.TdClassName
{
border-color: #6E867A;
}
.TagClassName
{
border-color: #6E867A;
}
</style>