Shades of Monte Carlo #6EC1B0
Tints of Monte Carlo #6EC1B0
RGB
CMYK
RGB Variations
Color information
#6EC1B0 (or 0x6EC1B0) is known color: Monte Carlo. HEX triplet: 6E, C1 and B0. RGB value is (110,193,176). Sum of RGB (Red+Green+Blue) = 110+193+176=479 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.96% from 479); Green value is 193 (75.78% from 255 or 40.29% from 479); Blue value is 176 (69.14% from 255 or 36.74% from 479); Max value from RGB is 193 - color contains mainly: green. Hex color #6EC1B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EC1B0 is #913E4F. Grayscale: #A6A6A6. Windows color (decimal): -9518672 or 11583854. OLE color: 11583854.
HSL color Cylindrical-coordinate representation of color #6EC1B0: hue angle of 167.71º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6EC1B0 is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 110 | 193 | 176 | - |
| CMYK | 0.43 | 0 | 0.09 | 0.24 |
| HSL | 167.71º | 0.4% | 0.59% | - |
| HSV(B) | 167.71º | 0.43% | 0.76% | - |
| XYZ | 33.34 | 44.59 | 47.92 | - |
| YUV | 166.25 | 133.5 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 193 | 176 | 0.43 | 0 | 0.09 | 0.24 | 167.71 | 0.4 | 0.59 |
| Hex | 6E | C1 | B0 | 2B | 0 | 9 | 18 | A8 | 28 | 3B |
| Octal | 156 | 301 | 260 | 53 | 0 | 11 | 30 | 250 | 50 | 73 |
| Binary | 1101110 | 11000001 | 10110000 | 101011 | 0 | 1001 | 11000 | 10101000 | 101000 | 111011 |
Color Harmonies of #6EC1B0
Complementary color
Monochromatic Colors of #6EC1B0
Black with #6EC1B0
Text Example
Text Example
White with #6EC1B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC1B0; }
p { color: rgb(110,193,176); }
H1.HeaderClassName
{
color: #6EC1B0;
}
.AnyTagClassName
{
color: #6EC1B0;
}
</style>
background-color css
<style>
a { background-color: #6EC1B0; }
a { background-color: rgb(110,193,176); }
div.DivClassName
{
background-color: #6EC1B0;
}
.BgClassName
{
background-color: #6EC1B0;
}
</style>
border-color css
<style>
span { border-color: #6EC1B0; }
span { border-color: rgb(110,193,176); }
td.TdClassName
{
border-color: #6EC1B0;
}
.TagClassName
{
border-color: #6EC1B0;
}
</style>