Shades of Keppel #6EBD9F
Tints of Keppel #6EBD9F
RGB
CMYK
RGB Variations
Color information
#6EBD9F (or 0x6EBD9F) is known color: Keppel. HEX triplet: 6E, BD and 9F. RGB value is (110,189,159). Sum of RGB (Red+Green+Blue) = 110+189+159=458 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.02% from 458); Green value is 189 (74.22% from 255 or 41.27% from 458); Blue value is 159 (62.5% from 255 or 34.72% from 458); Max value from RGB is 189 - color contains mainly: green. Hex color #6EBD9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBD9F is #914260. Grayscale: #A2A2A2. Windows color (decimal): -9519713 or 10468718. OLE color: 10468718.
HSL color Cylindrical-coordinate representation of color #6EBD9F: hue angle of 157.22º 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 #6EBD9F is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 110 | 189 | 159 | - |
| CMYK | 0.42 | 0 | 0.16 | 0.26 |
| HSL | 157.22º | 0.37% | 0.59% | - |
| HSV(B) | 157.22º | 0.42% | 0.74% | - |
| XYZ | 30.89 | 42.21 | 39.32 | - |
| YUV | 161.96 | 126.33 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 189 | 159 | 0.42 | 0 | 0.16 | 0.26 | 157.22 | 0.37 | 0.59 |
| Hex | 6E | BD | 9F | 2A | 0 | 10 | 1A | 9D | 25 | 3B |
| Octal | 156 | 275 | 237 | 52 | 0 | 20 | 32 | 235 | 45 | 73 |
| Binary | 1101110 | 10111101 | 10011111 | 101010 | 0 | 10000 | 11010 | 10011101 | 100101 | 111011 |
Color Harmonies of #6EBD9F
Complementary color
Monochromatic Colors of #6EBD9F
Black with #6EBD9F
Text Example
Text Example
White with #6EBD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBD9F; }
p { color: rgb(110,189,159); }
H1.HeaderClassName
{
color: #6EBD9F;
}
.AnyTagClassName
{
color: #6EBD9F;
}
</style>
background-color css
<style>
a { background-color: #6EBD9F; }
a { background-color: rgb(110,189,159); }
div.DivClassName
{
background-color: #6EBD9F;
}
.BgClassName
{
background-color: #6EBD9F;
}
</style>
border-color css
<style>
span { border-color: #6EBD9F; }
span { border-color: rgb(110,189,159); }
td.TdClassName
{
border-color: #6EBD9F;
}
.TagClassName
{
border-color: #6EBD9F;
}
</style>