Shades of Keppel #6ABBA2
Tints of Keppel #6ABBA2
RGB
CMYK
RGB Variations
Color information
#6ABBA2 (or 0x6ABBA2) is known color: Keppel. HEX triplet: 6A, BB and A2. RGB value is (106,187,162). Sum of RGB (Red+Green+Blue) = 106+187+162=455 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.30% from 455); Green value is 187 (73.44% from 255 or 41.10% from 455); Blue value is 162 (63.67% from 255 or 35.60% from 455); Max value from RGB is 187 - color contains mainly: green. Hex color #6ABBA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABBA2 is #95445D. Grayscale: #9F9F9F. Windows color (decimal): -9782366 or 10664810. OLE color: 10664810.
HSL color Cylindrical-coordinate representation of color #6ABBA2: hue angle of 161.48º 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 #6ABBA2 is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 106 | 187 | 162 | - |
| CMYK | 0.43 | 0 | 0.13 | 0.27 |
| HSL | 161.48º | 0.37% | 0.57% | - |
| HSV(B) | 161.48º | 0.43% | 0.73% | - |
| XYZ | 30.24 | 41.21 | 40.54 | - |
| YUV | 159.93 | 129.16 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 187 | 162 | 0.43 | 0 | 0.13 | 0.27 | 161.48 | 0.37 | 0.57 |
| Hex | 6A | BB | A2 | 2B | 0 | D | 1B | A1 | 25 | 39 |
| Octal | 152 | 273 | 242 | 53 | 0 | 15 | 33 | 241 | 45 | 71 |
| Binary | 1101010 | 10111011 | 10100010 | 101011 | 0 | 1101 | 11011 | 10100001 | 100101 | 111001 |
Color Harmonies of #6ABBA2
Complementary color
Monochromatic Colors of #6ABBA2
Black with #6ABBA2
Text Example
Text Example
White with #6ABBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABBA2; }
p { color: rgb(106,187,162); }
H1.HeaderClassName
{
color: #6ABBA2;
}
.AnyTagClassName
{
color: #6ABBA2;
}
</style>
background-color css
<style>
a { background-color: #6ABBA2; }
a { background-color: rgb(106,187,162); }
div.DivClassName
{
background-color: #6ABBA2;
}
.BgClassName
{
background-color: #6ABBA2;
}
</style>
border-color css
<style>
span { border-color: #6ABBA2; }
span { border-color: rgb(106,187,162); }
td.TdClassName
{
border-color: #6ABBA2;
}
.TagClassName
{
border-color: #6ABBA2;
}
</style>