Shades of Bay Leaf #6CB585
Tints of Bay Leaf #6CB585
RGB
CMYK
RGB Variations
Color information
#6CB585 (or 0x6CB585) is known color: Bay Leaf. HEX triplet: 6C, B5 and 85. RGB value is (108,181,133). Sum of RGB (Red+Green+Blue) = 108+181+133=422 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.59% from 422); Green value is 181 (71.09% from 255 or 42.89% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 181 - color contains mainly: green. Hex color #6CB585 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB585 is #934A7A. Grayscale: #999999. Windows color (decimal): -9652859 or 8762732. OLE color: 8762732.
HSL color Cylindrical-coordinate representation of color #6CB585: hue angle of 140.55º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6CB585 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 108 | 181 | 133 | - |
| CMYK | 0.40 | 0 | 0.27 | 0.29 |
| HSL | 140.55º | 0.33% | 0.57% | - |
| HSV(B) | 140.55º | 0.4% | 0.71% | - |
| XYZ | 26.94 | 37.93 | 28.09 | - |
| YUV | 153.7 | 116.32 | 95.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 181 | 133 | 0.40 | 0 | 0.27 | 0.29 | 140.55 | 0.33 | 0.57 |
| Hex | 6C | B5 | 85 | 28 | 0 | 1B | 1D | 8D | 21 | 39 |
| Octal | 154 | 265 | 205 | 50 | 0 | 33 | 35 | 215 | 41 | 71 |
| Binary | 1101100 | 10110101 | 10000101 | 101000 | 0 | 11011 | 11101 | 10001101 | 100001 | 111001 |
Color Harmonies of #6CB585
Complementary color
Monochromatic Colors of #6CB585
Black with #6CB585
Text Example
Text Example
White with #6CB585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB585; }
p { color: rgb(108,181,133); }
H1.HeaderClassName
{
color: #6CB585;
}
.AnyTagClassName
{
color: #6CB585;
}
</style>
background-color css
<style>
a { background-color: #6CB585; }
a { background-color: rgb(108,181,133); }
div.DivClassName
{
background-color: #6CB585;
}
.BgClassName
{
background-color: #6CB585;
}
</style>
border-color css
<style>
span { border-color: #6CB585; }
span { border-color: rgb(108,181,133); }
td.TdClassName
{
border-color: #6CB585;
}
.TagClassName
{
border-color: #6CB585;
}
</style>