Shades of Keppel #6ABA9A
Tints of Keppel #6ABA9A
RGB
CMYK
RGB Variations
Color information
#6ABA9A (or 0x6ABA9A) is known color: Keppel. HEX triplet: 6A, BA and 9A. RGB value is (106,186,154). Sum of RGB (Red+Green+Blue) = 106+186+154=446 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.77% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 154 (60.55% from 255 or 34.53% from 446); Max value from RGB is 186 - color contains mainly: green. Hex color #6ABA9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABA9A is #954565. Grayscale: #9E9E9E. Windows color (decimal): -9782630 or 10140266. OLE color: 10140266.
HSL color Cylindrical-coordinate representation of color #6ABA9A: hue angle of 156º 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 #6ABA9A is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 106 | 186 | 154 | - |
| CMYK | 0.43 | 0 | 0.17 | 0.27 |
| HSL | 156º | 0.37% | 0.57% | - |
| HSV(B) | 156º | 0.43% | 0.73% | - |
| XYZ | 29.34 | 40.52 | 36.85 | - |
| YUV | 158.43 | 125.5 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 186 | 154 | 0.43 | 0 | 0.17 | 0.27 | 156 | 0.37 | 0.57 |
| Hex | 6A | BA | 9A | 2B | 0 | 11 | 1B | 9C | 25 | 39 |
| Octal | 152 | 272 | 232 | 53 | 0 | 21 | 33 | 234 | 45 | 71 |
| Binary | 1101010 | 10111010 | 10011010 | 101011 | 0 | 10001 | 11011 | 10011100 | 100101 | 111001 |
Color Harmonies of #6ABA9A
Complementary color
Monochromatic Colors of #6ABA9A
Black with #6ABA9A
Text Example
Text Example
White with #6ABA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABA9A; }
p { color: rgb(106,186,154); }
H1.HeaderClassName
{
color: #6ABA9A;
}
.AnyTagClassName
{
color: #6ABA9A;
}
</style>
background-color css
<style>
a { background-color: #6ABA9A; }
a { background-color: rgb(106,186,154); }
div.DivClassName
{
background-color: #6ABA9A;
}
.BgClassName
{
background-color: #6ABA9A;
}
</style>
border-color css
<style>
span { border-color: #6ABA9A; }
span { border-color: rgb(106,186,154); }
td.TdClassName
{
border-color: #6ABA9A;
}
.TagClassName
{
border-color: #6ABA9A;
}
</style>