Shades of Keppel #6ABBA4
Tints of Keppel #6ABBA4
RGB
CMYK
RGB Variations
Color information
#6ABBA4 (or 0x6ABBA4) is known color: Keppel. HEX triplet: 6A, BB and A4. RGB value is (106,187,164). Sum of RGB (Red+Green+Blue) = 106+187+164=457 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.19% from 457); Green value is 187 (73.44% from 255 or 40.92% from 457); Blue value is 164 (64.45% from 255 or 35.89% from 457); Max value from RGB is 187 - color contains mainly: green. Hex color #6ABBA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABBA4 is #95445B. Grayscale: #A0A0A0. Windows color (decimal): -9782364 or 10795882. OLE color: 10795882.
HSL color Cylindrical-coordinate representation of color #6ABBA4: hue angle of 162.96º 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 #6ABBA4 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 106 | 187 | 164 | - |
| CMYK | 0.43 | 0 | 0.12 | 0.27 |
| HSL | 162.96º | 0.37% | 0.57% | - |
| HSV(B) | 162.96º | 0.43% | 0.73% | - |
| XYZ | 30.42 | 41.29 | 41.49 | - |
| YUV | 160.16 | 130.16 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 187 | 164 | 0.43 | 0 | 0.12 | 0.27 | 162.96 | 0.37 | 0.57 |
| Hex | 6A | BB | A4 | 2B | 0 | C | 1B | A3 | 25 | 39 |
| Octal | 152 | 273 | 244 | 53 | 0 | 14 | 33 | 243 | 45 | 71 |
| Binary | 1101010 | 10111011 | 10100100 | 101011 | 0 | 1100 | 11011 | 10100011 | 100101 | 111001 |
Color Harmonies of #6ABBA4
Complementary color
Monochromatic Colors of #6ABBA4
Black with #6ABBA4
Text Example
Text Example
White with #6ABBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABBA4; }
p { color: rgb(106,187,164); }
H1.HeaderClassName
{
color: #6ABBA4;
}
.AnyTagClassName
{
color: #6ABBA4;
}
</style>
background-color css
<style>
a { background-color: #6ABBA4; }
a { background-color: rgb(106,187,164); }
div.DivClassName
{
background-color: #6ABBA4;
}
.BgClassName
{
background-color: #6ABBA4;
}
</style>
border-color css
<style>
span { border-color: #6ABBA4; }
span { border-color: rgb(106,187,164); }
td.TdClassName
{
border-color: #6ABBA4;
}
.TagClassName
{
border-color: #6ABBA4;
}
</style>