Shades of Keppel #6ABF9F
Tints of Keppel #6ABF9F
RGB
CMYK
RGB Variations
Color information
#6ABF9F (or 0x6ABF9F) is known color: Keppel. HEX triplet: 6A, BF and 9F. RGB value is (106,191,159). Sum of RGB (Red+Green+Blue) = 106+191+159=456 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.25% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 159 (62.5% from 255 or 34.87% from 456); Max value from RGB is 191 - color contains mainly: green. Hex color #6ABF9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABF9F is #954060. Grayscale: #A1A1A1. Windows color (decimal): -9781345 or 10469226. OLE color: 10469226.
HSL color Cylindrical-coordinate representation of color #6ABF9F: hue angle of 157.41º 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 #6ABF9F is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 191 | 159 | - |
| CMYK | 0.45 | 0 | 0.17 | 0.25 |
| HSL | 157.41º | 0.4% | 0.58% | - |
| HSV(B) | 157.41º | 0.45% | 0.75% | - |
| XYZ | 30.83 | 42.83 | 39.44 | - |
| YUV | 161.94 | 126.34 | 88.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 191 | 159 | 0.45 | 0 | 0.17 | 0.25 | 157.41 | 0.4 | 0.58 |
| Hex | 6A | BF | 9F | 2D | 0 | 11 | 19 | 9D | 28 | 3A |
| Octal | 152 | 277 | 237 | 55 | 0 | 21 | 31 | 235 | 50 | 72 |
| Binary | 1101010 | 10111111 | 10011111 | 101101 | 0 | 10001 | 11001 | 10011101 | 101000 | 111010 |
Color Harmonies of #6ABF9F
Complementary color
Monochromatic Colors of #6ABF9F
Black with #6ABF9F
Text Example
Text Example
White with #6ABF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABF9F; }
p { color: rgb(106,191,159); }
H1.HeaderClassName
{
color: #6ABF9F;
}
.AnyTagClassName
{
color: #6ABF9F;
}
</style>
background-color css
<style>
a { background-color: #6ABF9F; }
a { background-color: rgb(106,191,159); }
div.DivClassName
{
background-color: #6ABF9F;
}
.BgClassName
{
background-color: #6ABF9F;
}
</style>
border-color css
<style>
span { border-color: #6ABF9F; }
span { border-color: rgb(106,191,159); }
td.TdClassName
{
border-color: #6ABF9F;
}
.TagClassName
{
border-color: #6ABF9F;
}
</style>