Shades of Sirocco #6B6D6C
Tints of Sirocco #6B6D6C
RGB
CMYK
RGB Variations
Color information
#6B6D6C (or 0x6B6D6C) is known color: Sirocco. HEX triplet: 6B, 6D and 6C. RGB value is (107,109,108). Sum of RGB (Red+Green+Blue) = 107+109+108=324 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.02% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 109 - color contains mainly: green. Hex color #6B6D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6D6C is #949293. Grayscale: #6C6C6C. Windows color (decimal): -9736852 or 7105899. OLE color: 7105899.
HSL color Cylindrical-coordinate representation of color #6B6D6C: hue angle of 150º degrees, saturation: 0.01, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #6B6D6C is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.57.
Color convert
RGB | 107 | 109 | 108 | - |
CMYK | 0.02 | 0 | 0.01 | 0.57 |
HSL | 150º | 0.01% | 0.42% | - |
HSV(B) | 150º | 0.02% | 0.43% | - |
XYZ | 14.24 | 15.15 | 16.36 | - |
YUV | 108.29 | 127.84 | 127.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 107 | 109 | 108 | 0.02 | 0 | 0.01 | 0.57 | 150 | 0.01 | 0.42 |
Hex | 6B | 6D | 6C | 2 | 0 | 1 | 39 | 96 | 1 | 2A |
Octal | 153 | 155 | 154 | 2 | 0 | 1 | 71 | 226 | 1 | 52 |
Binary | 1101011 | 1101101 | 1101100 | 10 | 0 | 1 | 111001 | 10010110 | 1 | 101010 |
Color Harmonies of #6B6D6C
Complementary color
Monochromatic Colors of #6B6D6C
Black with #6B6D6C
Text Example
Text Example
White with #6B6D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6D6C; }
p { color: rgb(107,109,108); }
H1.HeaderClassName
{
color: #6B6D6C;
}
.AnyTagClassName
{
color: #6B6D6C;
}
</style>
background-color css
<style>
a { background-color: #6B6D6C; }
a { background-color: rgb(107,109,108); }
div.DivClassName
{
background-color: #6B6D6C;
}
.BgClassName
{
background-color: #6B6D6C;
}
</style>
border-color css
<style>
span { border-color: #6B6D6C; }
span { border-color: rgb(107,109,108); }
td.TdClassName
{
border-color: #6B6D6C;
}
.TagClassName
{
border-color: #6B6D6C;
}
</style>