Shades of Sirocco #6B7E71
Tints of Sirocco #6B7E71
RGB
CMYK
RGB Variations
Color information
#6B7E71 (or 0x6B7E71) is known color: Sirocco. HEX triplet: 6B, 7E and 71. RGB value is (107,126,113). Sum of RGB (Red+Green+Blue) = 107+126+113=346 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.92% from 346); Green value is 126 (49.61% from 255 or 36.42% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 126 - color contains mainly: green. Hex color #6B7E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7E71 is #94818E. Grayscale: #767676. Windows color (decimal): -9732495 or 7437931. OLE color: 7437931.
HSL color Cylindrical-coordinate representation of color #6B7E71: hue angle of 138.95º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6B7E71 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 126 | 113 | - |
| CMYK | 0.15 | 0 | 0.10 | 0.51 |
| HSL | 138.95º | 0.08% | 0.46% | - |
| HSV(B) | 138.95º | 0.15% | 0.49% | - |
| XYZ | 16.5 | 19.24 | 18.47 | - |
| YUV | 118.84 | 124.71 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 126 | 113 | 0.15 | 0 | 0.10 | 0.51 | 138.95 | 0.08 | 0.46 |
| Hex | 6B | 7E | 71 | F | 0 | A | 33 | 8B | 8 | 2E |
| Octal | 153 | 176 | 161 | 17 | 0 | 12 | 63 | 213 | 10 | 56 |
| Binary | 1101011 | 1111110 | 1110001 | 1111 | 0 | 1010 | 110011 | 10001011 | 1000 | 101110 |
Color Harmonies of #6B7E71
Complementary color
Monochromatic Colors of #6B7E71
Black with #6B7E71
Text Example
Text Example
White with #6B7E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7E71; }
p { color: rgb(107,126,113); }
H1.HeaderClassName
{
color: #6B7E71;
}
.AnyTagClassName
{
color: #6B7E71;
}
</style>
background-color css
<style>
a { background-color: #6B7E71; }
a { background-color: rgb(107,126,113); }
div.DivClassName
{
background-color: #6B7E71;
}
.BgClassName
{
background-color: #6B7E71;
}
</style>
border-color css
<style>
span { border-color: #6B7E71; }
span { border-color: rgb(107,126,113); }
td.TdClassName
{
border-color: #6B7E71;
}
.TagClassName
{
border-color: #6B7E71;
}
</style>