Shades of Keppel #6ABFA2
Tints of Keppel #6ABFA2
RGB
CMYK
RGB Variations
Color information
#6ABFA2 (or 0x6ABFA2) is known color: Keppel. HEX triplet: 6A, BF and A2. RGB value is (106,191,162). Sum of RGB (Red+Green+Blue) = 106+191+162=459 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.09% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 162 (63.67% from 255 or 35.29% from 459); Max value from RGB is 191 - color contains mainly: green. Hex color #6ABFA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABFA2 is #95405D. Grayscale: #A2A2A2. Windows color (decimal): -9781342 or 10665834. OLE color: 10665834.
HSL color Cylindrical-coordinate representation of color #6ABFA2: hue angle of 159.53º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6ABFA2 is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 191 | 162 | - |
| CMYK | 0.45 | 0 | 0.15 | 0.25 |
| HSL | 159.53º | 0.4% | 0.58% | - |
| HSV(B) | 159.53º | 0.45% | 0.75% | - |
| XYZ | 31.1 | 42.93 | 40.83 | - |
| YUV | 162.28 | 127.84 | 87.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 191 | 162 | 0.45 | 0 | 0.15 | 0.25 | 159.53 | 0.4 | 0.58 |
| Hex | 6A | BF | A2 | 2D | 0 | F | 19 | A0 | 28 | 3A |
| Octal | 152 | 277 | 242 | 55 | 0 | 17 | 31 | 240 | 50 | 72 |
| Binary | 1101010 | 10111111 | 10100010 | 101101 | 0 | 1111 | 11001 | 10100000 | 101000 | 111010 |
Color Harmonies of #6ABFA2
Complementary color
Monochromatic Colors of #6ABFA2
Black with #6ABFA2
Text Example
Text Example
White with #6ABFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABFA2; }
p { color: rgb(106,191,162); }
H1.HeaderClassName
{
color: #6ABFA2;
}
.AnyTagClassName
{
color: #6ABFA2;
}
</style>
background-color css
<style>
a { background-color: #6ABFA2; }
a { background-color: rgb(106,191,162); }
div.DivClassName
{
background-color: #6ABFA2;
}
.BgClassName
{
background-color: #6ABFA2;
}
</style>
border-color css
<style>
span { border-color: #6ABFA2; }
span { border-color: rgb(106,191,162); }
td.TdClassName
{
border-color: #6ABFA2;
}
.TagClassName
{
border-color: #6ABFA2;
}
</style>