Shades of Sirocco #6A7E6F
Tints of Sirocco #6A7E6F
RGB
CMYK
RGB Variations
Color information
#6A7E6F (or 0x6A7E6F) is known color: Sirocco. HEX triplet: 6A, 7E and 6F. RGB value is (106,126,111). Sum of RGB (Red+Green+Blue) = 106+126+111=343 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.90% from 343); Green value is 126 (49.61% from 255 or 36.73% from 343); Blue value is 111 (43.75% from 255 or 32.36% from 343); Max value from RGB is 126 - color contains mainly: green. Hex color #6A7E6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7E6F is #958190. Grayscale: #767676. Windows color (decimal): -9798033 or 7306858. OLE color: 7306858.
HSL color Cylindrical-coordinate representation of color #6A7E6F: hue angle of 135º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6A7E6F is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 106 | 126 | 111 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.51 |
| HSL | 135º | 0.09% | 0.45% | - |
| HSV(B) | 135º | 0.16% | 0.49% | - |
| XYZ | 16.27 | 19.13 | 17.87 | - |
| YUV | 118.31 | 123.87 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 126 | 111 | 0.16 | 0 | 0.12 | 0.51 | 135 | 0.09 | 0.45 |
| Hex | 6A | 7E | 6F | 10 | 0 | C | 33 | 87 | 9 | 2D |
| Octal | 152 | 176 | 157 | 20 | 0 | 14 | 63 | 207 | 11 | 55 |
| Binary | 1101010 | 1111110 | 1101111 | 10000 | 0 | 1100 | 110011 | 10000111 | 1001 | 101101 |
Color Harmonies of #6A7E6F
Complementary color
Monochromatic Colors of #6A7E6F
Black with #6A7E6F
Text Example
Text Example
White with #6A7E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7E6F; }
p { color: rgb(106,126,111); }
H1.HeaderClassName
{
color: #6A7E6F;
}
.AnyTagClassName
{
color: #6A7E6F;
}
</style>
background-color css
<style>
a { background-color: #6A7E6F; }
a { background-color: rgb(106,126,111); }
div.DivClassName
{
background-color: #6A7E6F;
}
.BgClassName
{
background-color: #6A7E6F;
}
</style>
border-color css
<style>
span { border-color: #6A7E6F; }
span { border-color: rgb(106,126,111); }
td.TdClassName
{
border-color: #6A7E6F;
}
.TagClassName
{
border-color: #6A7E6F;
}
</style>