Shades of Monte Carlo #6DBFBA
Tints of Monte Carlo #6DBFBA
RGB
CMYK
RGB Variations
Color information
#6DBFBA (or 0x6DBFBA) is known color: Monte Carlo. HEX triplet: 6D, BF and BA. RGB value is (109,191,186). Sum of RGB (Red+Green+Blue) = 109+191+186=486 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.43% from 486); Green value is 191 (75% from 255 or 39.30% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 191 - color contains mainly: green. Hex color #6DBFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBFBA is #924045. Grayscale: #A5A5A5. Windows color (decimal): -9584710 or 12238701. OLE color: 12238701.
HSL color Cylindrical-coordinate representation of color #6DBFBA: hue angle of 176.34º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6DBFBA is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 191 | 186 | - |
| CMYK | 0.43 | 0 | 0.03 | 0.25 |
| HSL | 176.34º | 0.39% | 0.59% | - |
| HSV(B) | 176.34º | 0.43% | 0.75% | - |
| XYZ | 33.8 | 44.06 | 53.18 | - |
| YUV | 165.91 | 139.33 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 191 | 186 | 0.43 | 0 | 0.03 | 0.25 | 176.34 | 0.39 | 0.59 |
| Hex | 6D | BF | BA | 2B | 0 | 3 | 19 | B0 | 27 | 3B |
| Octal | 155 | 277 | 272 | 53 | 0 | 3 | 31 | 260 | 47 | 73 |
| Binary | 1101101 | 10111111 | 10111010 | 101011 | 0 | 11 | 11001 | 10110000 | 100111 | 111011 |
Color Harmonies of #6DBFBA
Complementary color
Monochromatic Colors of #6DBFBA
Black with #6DBFBA
Text Example
Text Example
White with #6DBFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBFBA; }
p { color: rgb(109,191,186); }
H1.HeaderClassName
{
color: #6DBFBA;
}
.AnyTagClassName
{
color: #6DBFBA;
}
</style>
background-color css
<style>
a { background-color: #6DBFBA; }
a { background-color: rgb(109,191,186); }
div.DivClassName
{
background-color: #6DBFBA;
}
.BgClassName
{
background-color: #6DBFBA;
}
</style>
border-color css
<style>
span { border-color: #6DBFBA; }
span { border-color: rgb(109,191,186); }
td.TdClassName
{
border-color: #6DBFBA;
}
.TagClassName
{
border-color: #6DBFBA;
}
</style>