Shades of Bay Leaf #6DA884
Tints of Bay Leaf #6DA884
RGB
CMYK
RGB Variations
Color information
#6DA884 (or 0x6DA884) is known color: Bay Leaf. HEX triplet: 6D, A8 and 84. RGB value is (109,168,132). Sum of RGB (Red+Green+Blue) = 109+168+132=409 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.65% from 409); Green value is 168 (66.02% from 255 or 41.08% from 409); Blue value is 132 (51.95% from 255 or 32.27% from 409); Max value from RGB is 168 - color contains mainly: green. Hex color #6DA884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA884 is #92577B. Grayscale: #929292. Windows color (decimal): -9590652 or 8693869. OLE color: 8693869.
HSL color Cylindrical-coordinate representation of color #6DA884: hue angle of 143.39º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6DA884 is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 109 | 168 | 132 | - |
| CMYK | 0.35 | 0 | 0.21 | 0.34 |
| HSL | 143.39º | 0.25% | 0.54% | - |
| HSV(B) | 143.39º | 0.35% | 0.66% | - |
| XYZ | 24.47 | 32.92 | 26.89 | - |
| YUV | 146.26 | 119.95 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 168 | 132 | 0.35 | 0 | 0.21 | 0.34 | 143.39 | 0.25 | 0.54 |
| Hex | 6D | A8 | 84 | 23 | 0 | 15 | 22 | 8F | 19 | 36 |
| Octal | 155 | 250 | 204 | 43 | 0 | 25 | 42 | 217 | 31 | 66 |
| Binary | 1101101 | 10101000 | 10000100 | 100011 | 0 | 10101 | 100010 | 10001111 | 11001 | 110110 |
Color Harmonies of #6DA884
Complementary color
Monochromatic Colors of #6DA884
Black with #6DA884
Text Example
Text Example
White with #6DA884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA884; }
p { color: rgb(109,168,132); }
H1.HeaderClassName
{
color: #6DA884;
}
.AnyTagClassName
{
color: #6DA884;
}
</style>
background-color css
<style>
a { background-color: #6DA884; }
a { background-color: rgb(109,168,132); }
div.DivClassName
{
background-color: #6DA884;
}
.BgClassName
{
background-color: #6DA884;
}
</style>
border-color css
<style>
span { border-color: #6DA884; }
span { border-color: rgb(109,168,132); }
td.TdClassName
{
border-color: #6DA884;
}
.TagClassName
{
border-color: #6DA884;
}
</style>