Shades of Keppel #6DB6A1
Tints of Keppel #6DB6A1
RGB
CMYK
RGB Variations
Color information
#6DB6A1 (or 0x6DB6A1) is known color: Keppel. HEX triplet: 6D, B6 and A1. RGB value is (109,182,161). Sum of RGB (Red+Green+Blue) = 109+182+161=452 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.12% from 452); Green value is 182 (71.48% from 255 or 40.27% from 452); Blue value is 161 (63.28% from 255 or 35.62% from 452); Max value from RGB is 182 - color contains mainly: green. Hex color #6DB6A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DB6A1 is #92495E. Grayscale: #9D9D9D. Windows color (decimal): -9587039 or 10597997. OLE color: 10597997.
HSL color Cylindrical-coordinate representation of color #6DB6A1: hue angle of 162.74º 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 #6DB6A1 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 182 | 161 | - |
| CMYK | 0.40 | 0 | 0.12 | 0.29 |
| HSL | 162.74º | 0.33% | 0.57% | - |
| HSV(B) | 162.74º | 0.4% | 0.71% | - |
| XYZ | 29.47 | 39.28 | 39.75 | - |
| YUV | 157.78 | 129.82 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 182 | 161 | 0.40 | 0 | 0.12 | 0.29 | 162.74 | 0.33 | 0.57 |
| Hex | 6D | B6 | A1 | 28 | 0 | C | 1D | A3 | 21 | 39 |
| Octal | 155 | 266 | 241 | 50 | 0 | 14 | 35 | 243 | 41 | 71 |
| Binary | 1101101 | 10110110 | 10100001 | 101000 | 0 | 1100 | 11101 | 10100011 | 100001 | 111001 |
Color Harmonies of #6DB6A1
Complementary color
Monochromatic Colors of #6DB6A1
Black with #6DB6A1
Text Example
Text Example
White with #6DB6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB6A1; }
p { color: rgb(109,182,161); }
H1.HeaderClassName
{
color: #6DB6A1;
}
.AnyTagClassName
{
color: #6DB6A1;
}
</style>
background-color css
<style>
a { background-color: #6DB6A1; }
a { background-color: rgb(109,182,161); }
div.DivClassName
{
background-color: #6DB6A1;
}
.BgClassName
{
background-color: #6DB6A1;
}
</style>
border-color css
<style>
span { border-color: #6DB6A1; }
span { border-color: rgb(109,182,161); }
td.TdClassName
{
border-color: #6DB6A1;
}
.TagClassName
{
border-color: #6DB6A1;
}
</style>