Shades of Keppel #6ABA9B
Tints of Keppel #6ABA9B
RGB
CMYK
RGB Variations
Color information
#6ABA9B (or 0x6ABA9B) is known color: Keppel. HEX triplet: 6A, BA and 9B. RGB value is (106,186,155). Sum of RGB (Red+Green+Blue) = 106+186+155=447 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.71% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 155 (60.94% from 255 or 34.68% from 447); Max value from RGB is 186 - color contains mainly: green. Hex color #6ABA9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABA9B is #954564. Grayscale: #9E9E9E. Windows color (decimal): -9782629 or 10205802. OLE color: 10205802.
HSL color Cylindrical-coordinate representation of color #6ABA9B: hue angle of 156.75º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6ABA9B is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 106 | 186 | 155 | - |
| CMYK | 0.43 | 0 | 0.17 | 0.27 |
| HSL | 156.75º | 0.37% | 0.57% | - |
| HSV(B) | 156.75º | 0.43% | 0.73% | - |
| XYZ | 29.42 | 40.55 | 37.29 | - |
| YUV | 158.55 | 126 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 186 | 155 | 0.43 | 0 | 0.17 | 0.27 | 156.75 | 0.37 | 0.57 |
| Hex | 6A | BA | 9B | 2B | 0 | 11 | 1B | 9D | 25 | 39 |
| Octal | 152 | 272 | 233 | 53 | 0 | 21 | 33 | 235 | 45 | 71 |
| Binary | 1101010 | 10111010 | 10011011 | 101011 | 0 | 10001 | 11011 | 10011101 | 100101 | 111001 |
Color Harmonies of #6ABA9B
Complementary color
Monochromatic Colors of #6ABA9B
Black with #6ABA9B
Text Example
Text Example
White with #6ABA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABA9B; }
p { color: rgb(106,186,155); }
H1.HeaderClassName
{
color: #6ABA9B;
}
.AnyTagClassName
{
color: #6ABA9B;
}
</style>
background-color css
<style>
a { background-color: #6ABA9B; }
a { background-color: rgb(106,186,155); }
div.DivClassName
{
background-color: #6ABA9B;
}
.BgClassName
{
background-color: #6ABA9B;
}
</style>
border-color css
<style>
span { border-color: #6ABA9B; }
span { border-color: rgb(106,186,155); }
td.TdClassName
{
border-color: #6ABA9B;
}
.TagClassName
{
border-color: #6ABA9B;
}
</style>