Shades of Keppel #6EBEA2
Tints of Keppel #6EBEA2
RGB
CMYK
RGB Variations
Color information
#6EBEA2 (or 0x6EBEA2) is known color: Keppel. HEX triplet: 6E, BE and A2. RGB value is (110,190,162). Sum of RGB (Red+Green+Blue) = 110+190+162=462 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.81% from 462); Green value is 190 (74.61% from 255 or 41.13% from 462); Blue value is 162 (63.67% from 255 or 35.06% from 462); Max value from RGB is 190 - color contains mainly: green. Hex color #6EBEA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBEA2 is #91415D. Grayscale: #A2A2A2. Windows color (decimal): -9519454 or 10665582. OLE color: 10665582.
HSL color Cylindrical-coordinate representation of color #6EBEA2: hue angle of 159º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6EBEA2 is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 110 | 190 | 162 | - |
| CMYK | 0.42 | 0 | 0.15 | 0.25 |
| HSL | 159º | 0.38% | 0.59% | - |
| HSV(B) | 159º | 0.42% | 0.75% | - |
| XYZ | 31.37 | 42.75 | 40.78 | - |
| YUV | 162.89 | 127.5 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 190 | 162 | 0.42 | 0 | 0.15 | 0.25 | 159 | 0.38 | 0.59 |
| Hex | 6E | BE | A2 | 2A | 0 | F | 19 | 9F | 26 | 3B |
| Octal | 156 | 276 | 242 | 52 | 0 | 17 | 31 | 237 | 46 | 73 |
| Binary | 1101110 | 10111110 | 10100010 | 101010 | 0 | 1111 | 11001 | 10011111 | 100110 | 111011 |
Color Harmonies of #6EBEA2
Complementary color
Monochromatic Colors of #6EBEA2
Black with #6EBEA2
Text Example
Text Example
White with #6EBEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBEA2; }
p { color: rgb(110,190,162); }
H1.HeaderClassName
{
color: #6EBEA2;
}
.AnyTagClassName
{
color: #6EBEA2;
}
</style>
background-color css
<style>
a { background-color: #6EBEA2; }
a { background-color: rgb(110,190,162); }
div.DivClassName
{
background-color: #6EBEA2;
}
.BgClassName
{
background-color: #6EBEA2;
}
</style>
border-color css
<style>
span { border-color: #6EBEA2; }
span { border-color: rgb(110,190,162); }
td.TdClassName
{
border-color: #6EBEA2;
}
.TagClassName
{
border-color: #6EBEA2;
}
</style>