Shades of Sirocco #6A7470
Tints of Sirocco #6A7470
RGB
CMYK
RGB Variations
Color information
#6A7470 (or 0x6A7470) is known color: Sirocco. HEX triplet: 6A, 74 and 70. RGB value is (106,116,112). Sum of RGB (Red+Green+Blue) = 106+116+112=334 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.74% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 116 - color contains mainly: green. Hex color #6A7470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7470 is #958B8F. Grayscale: #707070. Windows color (decimal): -9800592 or 7369834. OLE color: 7369834.
HSL color Cylindrical-coordinate representation of color #6A7470: hue angle of 156º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6A7470 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 116 | 112 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.55 |
| HSL | 156º | 0.05% | 0.44% | - |
| HSV(B) | 156º | 0.09% | 0.45% | - |
| XYZ | 15.11 | 16.72 | 17.76 | - |
| YUV | 112.55 | 127.69 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 116 | 112 | 0.09 | 0 | 0.03 | 0.55 | 156 | 0.05 | 0.44 |
| Hex | 6A | 74 | 70 | 9 | 0 | 3 | 37 | 9C | 5 | 2C |
| Octal | 152 | 164 | 160 | 11 | 0 | 3 | 67 | 234 | 5 | 54 |
| Binary | 1101010 | 1110100 | 1110000 | 1001 | 0 | 11 | 110111 | 10011100 | 101 | 101100 |
Color Harmonies of #6A7470
Complementary color
Monochromatic Colors of #6A7470
Black with #6A7470
Text Example
Text Example
White with #6A7470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7470; }
p { color: rgb(106,116,112); }
H1.HeaderClassName
{
color: #6A7470;
}
.AnyTagClassName
{
color: #6A7470;
}
</style>
background-color css
<style>
a { background-color: #6A7470; }
a { background-color: rgb(106,116,112); }
div.DivClassName
{
background-color: #6A7470;
}
.BgClassName
{
background-color: #6A7470;
}
</style>
border-color css
<style>
span { border-color: #6A7470; }
span { border-color: rgb(106,116,112); }
td.TdClassName
{
border-color: #6A7470;
}
.TagClassName
{
border-color: #6A7470;
}
</style>