Shades of Keppel #6DBAA1
Tints of Keppel #6DBAA1
RGB
CMYK
RGB Variations
Color information
#6DBAA1 (or 0x6DBAA1) is known color: Keppel. HEX triplet: 6D, BA and A1. RGB value is (109,186,161). Sum of RGB (Red+Green+Blue) = 109+186+161=456 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.90% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 161 (63.28% from 255 or 35.31% from 456); Max value from RGB is 186 - color contains mainly: green. Hex color #6DBAA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBAA1 is #92455E. Grayscale: #A0A0A0. Windows color (decimal): -9586015 or 10599021. OLE color: 10599021.
HSL color Cylindrical-coordinate representation of color #6DBAA1: hue angle of 160.52º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6DBAA1 is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 186 | 161 | - |
| CMYK | 0.41 | 0 | 0.13 | 0.27 |
| HSL | 160.52º | 0.36% | 0.58% | - |
| HSV(B) | 160.52º | 0.41% | 0.73% | - |
| XYZ | 30.3 | 40.94 | 40.02 | - |
| YUV | 160.13 | 128.49 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 186 | 161 | 0.41 | 0 | 0.13 | 0.27 | 160.52 | 0.36 | 0.58 |
| Hex | 6D | BA | A1 | 29 | 0 | D | 1B | A1 | 24 | 3A |
| Octal | 155 | 272 | 241 | 51 | 0 | 15 | 33 | 241 | 44 | 72 |
| Binary | 1101101 | 10111010 | 10100001 | 101001 | 0 | 1101 | 11011 | 10100001 | 100100 | 111010 |
Color Harmonies of #6DBAA1
Complementary color
Monochromatic Colors of #6DBAA1
Black with #6DBAA1
Text Example
Text Example
White with #6DBAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBAA1; }
p { color: rgb(109,186,161); }
H1.HeaderClassName
{
color: #6DBAA1;
}
.AnyTagClassName
{
color: #6DBAA1;
}
</style>
background-color css
<style>
a { background-color: #6DBAA1; }
a { background-color: rgb(109,186,161); }
div.DivClassName
{
background-color: #6DBAA1;
}
.BgClassName
{
background-color: #6DBAA1;
}
</style>
border-color css
<style>
span { border-color: #6DBAA1; }
span { border-color: rgb(109,186,161); }
td.TdClassName
{
border-color: #6DBAA1;
}
.TagClassName
{
border-color: #6DBAA1;
}
</style>