Shades of Bay Leaf #6CA685
Tints of Bay Leaf #6CA685
RGB
CMYK
RGB Variations
Color information
#6CA685 (or 0x6CA685) is known color: Bay Leaf. HEX triplet: 6C, A6 and 85. RGB value is (108,166,133). Sum of RGB (Red+Green+Blue) = 108+166+133=407 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.54% from 407); Green value is 166 (65.23% from 255 or 40.79% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 166 - color contains mainly: green. Hex color #6CA685 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA685 is #93597A. Grayscale: #909090. Windows color (decimal): -9656699 or 8758892. OLE color: 8758892.
HSL color Cylindrical-coordinate representation of color #6CA685: hue angle of 145.86º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6CA685 is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 108 | 166 | 133 | - |
| CMYK | 0.35 | 0 | 0.20 | 0.35 |
| HSL | 145.86º | 0.25% | 0.54% | - |
| HSV(B) | 145.86º | 0.35% | 0.65% | - |
| XYZ | 24.05 | 32.15 | 27.13 | - |
| YUV | 144.9 | 121.28 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 166 | 133 | 0.35 | 0 | 0.20 | 0.35 | 145.86 | 0.25 | 0.54 |
| Hex | 6C | A6 | 85 | 23 | 0 | 14 | 23 | 92 | 19 | 36 |
| Octal | 154 | 246 | 205 | 43 | 0 | 24 | 43 | 222 | 31 | 66 |
| Binary | 1101100 | 10100110 | 10000101 | 100011 | 0 | 10100 | 100011 | 10010010 | 11001 | 110110 |
Color Harmonies of #6CA685
Complementary color
Monochromatic Colors of #6CA685
Black with #6CA685
Text Example
Text Example
White with #6CA685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA685; }
p { color: rgb(108,166,133); }
H1.HeaderClassName
{
color: #6CA685;
}
.AnyTagClassName
{
color: #6CA685;
}
</style>
background-color css
<style>
a { background-color: #6CA685; }
a { background-color: rgb(108,166,133); }
div.DivClassName
{
background-color: #6CA685;
}
.BgClassName
{
background-color: #6CA685;
}
</style>
border-color css
<style>
span { border-color: #6CA685; }
span { border-color: rgb(108,166,133); }
td.TdClassName
{
border-color: #6CA685;
}
.TagClassName
{
border-color: #6CA685;
}
</style>