Shades of Laurel #6C7E6F
Tints of Laurel #6C7E6F
RGB
CMYK
RGB Variations
Color information
#6C7E6F (or 0x6C7E6F) is known color: Laurel. HEX triplet: 6C, 7E and 6F. RGB value is (108,126,111). Sum of RGB (Red+Green+Blue) = 108+126+111=345 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.30% from 345); Green value is 126 (49.61% from 255 or 36.52% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 126 - color contains mainly: green. Hex color #6C7E6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7E6F is #938190. Grayscale: #767676. Windows color (decimal): -9666961 or 7306860. OLE color: 7306860.
HSL color Cylindrical-coordinate representation of color #6C7E6F: hue angle of 130º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6C7E6F is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 108 | 126 | 111 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.51 |
| HSL | 130º | 0.08% | 0.46% | - |
| HSV(B) | 130º | 0.14% | 0.49% | - |
| XYZ | 16.51 | 19.26 | 17.89 | - |
| YUV | 118.91 | 123.54 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 126 | 111 | 0.14 | 0 | 0.12 | 0.51 | 130 | 0.08 | 0.46 |
| Hex | 6C | 7E | 6F | E | 0 | C | 33 | 82 | 8 | 2E |
| Octal | 154 | 176 | 157 | 16 | 0 | 14 | 63 | 202 | 10 | 56 |
| Binary | 1101100 | 1111110 | 1101111 | 1110 | 0 | 1100 | 110011 | 10000010 | 1000 | 101110 |
Color Harmonies of #6C7E6F
Complementary color
Monochromatic Colors of #6C7E6F
Black with #6C7E6F
Text Example
Text Example
White with #6C7E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7E6F; }
p { color: rgb(108,126,111); }
H1.HeaderClassName
{
color: #6C7E6F;
}
.AnyTagClassName
{
color: #6C7E6F;
}
</style>
background-color css
<style>
a { background-color: #6C7E6F; }
a { background-color: rgb(108,126,111); }
div.DivClassName
{
background-color: #6C7E6F;
}
.BgClassName
{
background-color: #6C7E6F;
}
</style>
border-color css
<style>
span { border-color: #6C7E6F; }
span { border-color: rgb(108,126,111); }
td.TdClassName
{
border-color: #6C7E6F;
}
.TagClassName
{
border-color: #6C7E6F;
}
</style>