Shades of Sirocco #6E8278
Tints of Sirocco #6E8278
RGB
CMYK
RGB Variations
Color information
#6E8278 (or 0x6E8278) is known color: Sirocco. HEX triplet: 6E, 82 and 78. RGB value is (110,130,120). Sum of RGB (Red+Green+Blue) = 110+130+120=360 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.56% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 130 - color contains mainly: green. Hex color #6E8278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8278 is #917D87. Grayscale: #7A7A7A. Windows color (decimal): -9534856 or 7897710. OLE color: 7897710.
HSL color Cylindrical-coordinate representation of color #6E8278: hue angle of 150º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6E8278 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 110 | 130 | 120 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.49 |
| HSL | 150º | 0.08% | 0.47% | - |
| HSV(B) | 150º | 0.15% | 0.51% | - |
| XYZ | 17.8 | 20.64 | 20.81 | - |
| YUV | 122.88 | 126.37 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 130 | 120 | 0.15 | 0 | 0.08 | 0.49 | 150 | 0.08 | 0.47 |
| Hex | 6E | 82 | 78 | F | 0 | 8 | 31 | 96 | 8 | 2F |
| Octal | 156 | 202 | 170 | 17 | 0 | 10 | 61 | 226 | 10 | 57 |
| Binary | 1101110 | 10000010 | 1111000 | 1111 | 0 | 1000 | 110001 | 10010110 | 1000 | 101111 |
Color Harmonies of #6E8278
Complementary color
Monochromatic Colors of #6E8278
Black with #6E8278
Text Example
Text Example
White with #6E8278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8278; }
p { color: rgb(110,130,120); }
H1.HeaderClassName
{
color: #6E8278;
}
.AnyTagClassName
{
color: #6E8278;
}
</style>
background-color css
<style>
a { background-color: #6E8278; }
a { background-color: rgb(110,130,120); }
div.DivClassName
{
background-color: #6E8278;
}
.BgClassName
{
background-color: #6E8278;
}
</style>
border-color css
<style>
span { border-color: #6E8278; }
span { border-color: rgb(110,130,120); }
td.TdClassName
{
border-color: #6E8278;
}
.TagClassName
{
border-color: #6E8278;
}
</style>