Shades of Keppel #6ABFA3
Tints of Keppel #6ABFA3
RGB
CMYK
RGB Variations
Color information
#6ABFA3 (or 0x6ABFA3) is known color: Keppel. HEX triplet: 6A, BF and A3. RGB value is (106,191,163). Sum of RGB (Red+Green+Blue) = 106+191+163=460 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.04% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 163 (64.06% from 255 or 35.43% from 460); Max value from RGB is 191 - color contains mainly: green. Hex color #6ABFA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABFA3 is #95405C. Grayscale: #A2A2A2. Windows color (decimal): -9781341 or 10731370. OLE color: 10731370.
HSL color Cylindrical-coordinate representation of color #6ABFA3: hue angle of 160.24º 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 #6ABFA3 is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 191 | 163 | - |
| CMYK | 0.45 | 0 | 0.15 | 0.25 |
| HSL | 160.24º | 0.4% | 0.58% | - |
| HSV(B) | 160.24º | 0.45% | 0.75% | - |
| XYZ | 31.19 | 42.97 | 41.3 | - |
| YUV | 162.39 | 128.34 | 87.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 191 | 163 | 0.45 | 0 | 0.15 | 0.25 | 160.24 | 0.4 | 0.58 |
| Hex | 6A | BF | A3 | 2D | 0 | F | 19 | A0 | 28 | 3A |
| Octal | 152 | 277 | 243 | 55 | 0 | 17 | 31 | 240 | 50 | 72 |
| Binary | 1101010 | 10111111 | 10100011 | 101101 | 0 | 1111 | 11001 | 10100000 | 101000 | 111010 |
Color Harmonies of #6ABFA3
Complementary color
Monochromatic Colors of #6ABFA3
Black with #6ABFA3
Text Example
Text Example
White with #6ABFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABFA3; }
p { color: rgb(106,191,163); }
H1.HeaderClassName
{
color: #6ABFA3;
}
.AnyTagClassName
{
color: #6ABFA3;
}
</style>
background-color css
<style>
a { background-color: #6ABFA3; }
a { background-color: rgb(106,191,163); }
div.DivClassName
{
background-color: #6ABFA3;
}
.BgClassName
{
background-color: #6ABFA3;
}
</style>
border-color css
<style>
span { border-color: #6ABFA3; }
span { border-color: rgb(106,191,163); }
td.TdClassName
{
border-color: #6ABFA3;
}
.TagClassName
{
border-color: #6ABFA3;
}
</style>