Shades of Sirocco #6A6F6D
Tints of Sirocco #6A6F6D
RGB
CMYK
RGB Variations
Color information
#6A6F6D (or 0x6A6F6D) is known color: Sirocco. HEX triplet: 6A, 6F and 6D. RGB value is (106,111,109). Sum of RGB (Red+Green+Blue) = 106+111+109=326 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.52% from 326); Green value is 111 (43.75% from 255 or 34.05% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 111 - color contains mainly: green. Hex color #6A6F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6F6D is #959092. Grayscale: #6D6D6D. Windows color (decimal): -9801875 or 7171946. OLE color: 7171946.
HSL color Cylindrical-coordinate representation of color #6A6F6D: hue angle of 156º degrees, saturation: 0.02, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6A6F6D is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 106 | 111 | 109 | - |
| CMYK | 0.05 | 0 | 0.02 | 0.56 |
| HSL | 156º | 0.02% | 0.43% | - |
| HSV(B) | 156º | 0.05% | 0.44% | - |
| XYZ | 14.39 | 15.54 | 16.71 | - |
| YUV | 109.28 | 127.84 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 111 | 109 | 0.05 | 0 | 0.02 | 0.56 | 156 | 0.02 | 0.43 |
| Hex | 6A | 6F | 6D | 5 | 0 | 2 | 38 | 9C | 2 | 2B |
| Octal | 152 | 157 | 155 | 5 | 0 | 2 | 70 | 234 | 2 | 53 |
| Binary | 1101010 | 1101111 | 1101101 | 101 | 0 | 10 | 111000 | 10011100 | 10 | 101011 |
Color Harmonies of #6A6F6D
Complementary color
Monochromatic Colors of #6A6F6D
Black with #6A6F6D
Text Example
Text Example
White with #6A6F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6F6D; }
p { color: rgb(106,111,109); }
H1.HeaderClassName
{
color: #6A6F6D;
}
.AnyTagClassName
{
color: #6A6F6D;
}
</style>
background-color css
<style>
a { background-color: #6A6F6D; }
a { background-color: rgb(106,111,109); }
div.DivClassName
{
background-color: #6A6F6D;
}
.BgClassName
{
background-color: #6A6F6D;
}
</style>
border-color css
<style>
span { border-color: #6A6F6D; }
span { border-color: rgb(106,111,109); }
td.TdClassName
{
border-color: #6A6F6D;
}
.TagClassName
{
border-color: #6A6F6D;
}
</style>