Shades of Monte Carlo #6FC1BA
Tints of Monte Carlo #6FC1BA
RGB
CMYK
RGB Variations
Color information
#6FC1BA (or 0x6FC1BA) is known color: Monte Carlo. HEX triplet: 6F, C1 and BA. RGB value is (111,193,186). Sum of RGB (Red+Green+Blue) = 111+193+186=490 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.65% from 490); Green value is 193 (75.78% from 255 or 39.39% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 193 - color contains mainly: green. Hex color #6FC1BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FC1BA is #903E45. Grayscale: #A7A7A7. Windows color (decimal): -9453126 or 12239215. OLE color: 12239215.
HSL color Cylindrical-coordinate representation of color #6FC1BA: hue angle of 174.88º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6FC1BA is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 111 | 193 | 186 | - |
| CMYK | 0.42 | 0 | 0.04 | 0.24 |
| HSL | 174.88º | 0.4% | 0.6% | - |
| HSV(B) | 174.88º | 0.42% | 0.76% | - |
| XYZ | 34.49 | 45.06 | 53.33 | - |
| YUV | 167.68 | 138.33 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 193 | 186 | 0.42 | 0 | 0.04 | 0.24 | 174.88 | 0.4 | 0.6 |
| Hex | 6F | C1 | BA | 2A | 0 | 4 | 18 | AF | 28 | 3C |
| Octal | 157 | 301 | 272 | 52 | 0 | 4 | 30 | 257 | 50 | 74 |
| Binary | 1101111 | 11000001 | 10111010 | 101010 | 0 | 100 | 11000 | 10101111 | 101000 | 111100 |
Color Harmonies of #6FC1BA
Complementary color
Monochromatic Colors of #6FC1BA
Black with #6FC1BA
Text Example
Text Example
White with #6FC1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC1BA; }
p { color: rgb(111,193,186); }
H1.HeaderClassName
{
color: #6FC1BA;
}
.AnyTagClassName
{
color: #6FC1BA;
}
</style>
background-color css
<style>
a { background-color: #6FC1BA; }
a { background-color: rgb(111,193,186); }
div.DivClassName
{
background-color: #6FC1BA;
}
.BgClassName
{
background-color: #6FC1BA;
}
</style>
border-color css
<style>
span { border-color: #6FC1BA; }
span { border-color: rgb(111,193,186); }
td.TdClassName
{
border-color: #6FC1BA;
}
.TagClassName
{
border-color: #6FC1BA;
}
</style>