Shades of Laurel #6B7E6F
Tints of Laurel #6B7E6F
RGB
CMYK
RGB Variations
Color information
#6B7E6F (or 0x6B7E6F) is known color: Laurel. HEX triplet: 6B, 7E and 6F. RGB value is (107,126,111). Sum of RGB (Red+Green+Blue) = 107+126+111=344 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.10% from 344); Green value is 126 (49.61% from 255 or 36.63% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 126 - color contains mainly: green. Hex color #6B7E6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7E6F is #948190. Grayscale: #767676. Windows color (decimal): -9732497 or 7306859. OLE color: 7306859.
HSL color Cylindrical-coordinate representation of color #6B7E6F: hue angle of 132.63º 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 #6B7E6F is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 126 | 111 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.51 |
| HSL | 132.63º | 0.08% | 0.46% | - |
| HSV(B) | 132.63º | 0.15% | 0.49% | - |
| XYZ | 16.39 | 19.2 | 17.88 | - |
| YUV | 118.61 | 123.71 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 126 | 111 | 0.15 | 0 | 0.12 | 0.51 | 132.63 | 0.08 | 0.46 |
| Hex | 6B | 7E | 6F | F | 0 | C | 33 | 85 | 8 | 2E |
| Octal | 153 | 176 | 157 | 17 | 0 | 14 | 63 | 205 | 10 | 56 |
| Binary | 1101011 | 1111110 | 1101111 | 1111 | 0 | 1100 | 110011 | 10000101 | 1000 | 101110 |
Color Harmonies of #6B7E6F
Complementary color
Monochromatic Colors of #6B7E6F
Black with #6B7E6F
Text Example
Text Example
White with #6B7E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7E6F; }
p { color: rgb(107,126,111); }
H1.HeaderClassName
{
color: #6B7E6F;
}
.AnyTagClassName
{
color: #6B7E6F;
}
</style>
background-color css
<style>
a { background-color: #6B7E6F; }
a { background-color: rgb(107,126,111); }
div.DivClassName
{
background-color: #6B7E6F;
}
.BgClassName
{
background-color: #6B7E6F;
}
</style>
border-color css
<style>
span { border-color: #6B7E6F; }
span { border-color: rgb(107,126,111); }
td.TdClassName
{
border-color: #6B7E6F;
}
.TagClassName
{
border-color: #6B7E6F;
}
</style>