Shades of Keppel #6DBBA3
Tints of Keppel #6DBBA3
RGB
CMYK
RGB Variations
Color information
#6DBBA3 (or 0x6DBBA3) is known color: Keppel. HEX triplet: 6D, BB and A3. RGB value is (109,187,163). Sum of RGB (Red+Green+Blue) = 109+187+163=459 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.75% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 163 (64.06% from 255 or 35.51% from 459); Max value from RGB is 187 - color contains mainly: green. Hex color #6DBBA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBBA3 is #92445C. Grayscale: #A0A0A0. Windows color (decimal): -9585757 or 10730349. OLE color: 10730349.
HSL color Cylindrical-coordinate representation of color #6DBBA3: hue angle of 161.54º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6DBBA3 is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 187 | 163 | - |
| CMYK | 0.42 | 0 | 0.13 | 0.27 |
| HSL | 161.54º | 0.36% | 0.58% | - |
| HSV(B) | 161.54º | 0.42% | 0.73% | - |
| XYZ | 30.69 | 41.44 | 41.03 | - |
| YUV | 160.94 | 129.16 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 187 | 163 | 0.42 | 0 | 0.13 | 0.27 | 161.54 | 0.36 | 0.58 |
| Hex | 6D | BB | A3 | 2A | 0 | D | 1B | A2 | 24 | 3A |
| Octal | 155 | 273 | 243 | 52 | 0 | 15 | 33 | 242 | 44 | 72 |
| Binary | 1101101 | 10111011 | 10100011 | 101010 | 0 | 1101 | 11011 | 10100010 | 100100 | 111010 |
Color Harmonies of #6DBBA3
Complementary color
Monochromatic Colors of #6DBBA3
Black with #6DBBA3
Text Example
Text Example
White with #6DBBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBBA3; }
p { color: rgb(109,187,163); }
H1.HeaderClassName
{
color: #6DBBA3;
}
.AnyTagClassName
{
color: #6DBBA3;
}
</style>
background-color css
<style>
a { background-color: #6DBBA3; }
a { background-color: rgb(109,187,163); }
div.DivClassName
{
background-color: #6DBBA3;
}
.BgClassName
{
background-color: #6DBBA3;
}
</style>
border-color css
<style>
span { border-color: #6DBBA3; }
span { border-color: rgb(109,187,163); }
td.TdClassName
{
border-color: #6DBBA3;
}
.TagClassName
{
border-color: #6DBBA3;
}
</style>