Shades of Keppel #6EBDA2
Tints of Keppel #6EBDA2
RGB
CMYK
RGB Variations
Color information
#6EBDA2 (or 0x6EBDA2) is known color: Keppel. HEX triplet: 6E, BD and A2. RGB value is (110,189,162). Sum of RGB (Red+Green+Blue) = 110+189+162=461 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.86% from 461); Green value is 189 (74.22% from 255 or 41.00% from 461); Blue value is 162 (63.67% from 255 or 35.14% from 461); Max value from RGB is 189 - color contains mainly: green. Hex color #6EBDA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBDA2 is #91425D. Grayscale: #A2A2A2. Windows color (decimal): -9519710 or 10665326. OLE color: 10665326.
HSL color Cylindrical-coordinate representation of color #6EBDA2: hue angle of 159.49º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6EBDA2 is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 110 | 189 | 162 | - |
| CMYK | 0.42 | 0 | 0.14 | 0.26 |
| HSL | 159.49º | 0.37% | 0.59% | - |
| HSV(B) | 159.49º | 0.42% | 0.74% | - |
| XYZ | 31.15 | 42.32 | 40.71 | - |
| YUV | 162.3 | 127.83 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 189 | 162 | 0.42 | 0 | 0.14 | 0.26 | 159.49 | 0.37 | 0.59 |
| Hex | 6E | BD | A2 | 2A | 0 | E | 1A | 9F | 25 | 3B |
| Octal | 156 | 275 | 242 | 52 | 0 | 16 | 32 | 237 | 45 | 73 |
| Binary | 1101110 | 10111101 | 10100010 | 101010 | 0 | 1110 | 11010 | 10011111 | 100101 | 111011 |
Color Harmonies of #6EBDA2
Complementary color
Monochromatic Colors of #6EBDA2
Black with #6EBDA2
Text Example
Text Example
White with #6EBDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBDA2; }
p { color: rgb(110,189,162); }
H1.HeaderClassName
{
color: #6EBDA2;
}
.AnyTagClassName
{
color: #6EBDA2;
}
</style>
background-color css
<style>
a { background-color: #6EBDA2; }
a { background-color: rgb(110,189,162); }
div.DivClassName
{
background-color: #6EBDA2;
}
.BgClassName
{
background-color: #6EBDA2;
}
</style>
border-color css
<style>
span { border-color: #6EBDA2; }
span { border-color: rgb(110,189,162); }
td.TdClassName
{
border-color: #6EBDA2;
}
.TagClassName
{
border-color: #6EBDA2;
}
</style>