Shades of Sirocco #6A7A6D
Tints of Sirocco #6A7A6D
RGB
CMYK
RGB Variations
Color information
#6A7A6D (or 0x6A7A6D) is known color: Sirocco. HEX triplet: 6A, 7A and 6D. RGB value is (106,122,109). Sum of RGB (Red+Green+Blue) = 106+122+109=337 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.45% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 122 - color contains mainly: green. Hex color #6A7A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7A6D is #958592. Grayscale: #737373. Windows color (decimal): -9799059 or 7174762. OLE color: 7174762.
HSL color Cylindrical-coordinate representation of color #6A7A6D: hue angle of 131.25º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6A7A6D is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 106 | 122 | 109 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.52 |
| HSL | 131.25º | 0.07% | 0.45% | - |
| HSV(B) | 131.25º | 0.13% | 0.48% | - |
| XYZ | 15.66 | 18.09 | 17.13 | - |
| YUV | 115.73 | 124.2 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 122 | 109 | 0.13 | 0 | 0.11 | 0.52 | 131.25 | 0.07 | 0.45 |
| Hex | 6A | 7A | 6D | D | 0 | B | 34 | 83 | 7 | 2D |
| Octal | 152 | 172 | 155 | 15 | 0 | 13 | 64 | 203 | 7 | 55 |
| Binary | 1101010 | 1111010 | 1101101 | 1101 | 0 | 1011 | 110100 | 10000011 | 111 | 101101 |
Color Harmonies of #6A7A6D
Complementary color
Monochromatic Colors of #6A7A6D
Black with #6A7A6D
Text Example
Text Example
White with #6A7A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7A6D; }
p { color: rgb(106,122,109); }
H1.HeaderClassName
{
color: #6A7A6D;
}
.AnyTagClassName
{
color: #6A7A6D;
}
</style>
background-color css
<style>
a { background-color: #6A7A6D; }
a { background-color: rgb(106,122,109); }
div.DivClassName
{
background-color: #6A7A6D;
}
.BgClassName
{
background-color: #6A7A6D;
}
</style>
border-color css
<style>
span { border-color: #6A7A6D; }
span { border-color: rgb(106,122,109); }
td.TdClassName
{
border-color: #6A7A6D;
}
.TagClassName
{
border-color: #6A7A6D;
}
</style>