Shades of Monte Carlo #6DBFBC
Tints of Monte Carlo #6DBFBC
RGB
CMYK
RGB Variations
Color information
#6DBFBC (or 0x6DBFBC) is known color: Monte Carlo. HEX triplet: 6D, BF and BC. RGB value is (109,191,188). Sum of RGB (Red+Green+Blue) = 109+191+188=488 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.34% from 488); Green value is 191 (75% from 255 or 39.14% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 191 - color contains mainly: green. Hex color #6DBFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBFBC is #924043. Grayscale: #A6A6A6. Windows color (decimal): -9584708 or 12369773. OLE color: 12369773.
HSL color Cylindrical-coordinate representation of color #6DBFBC: hue angle of 177.8º 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 #6DBFBC is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 191 | 188 | - |
| CMYK | 0.43 | 0 | 0.02 | 0.25 |
| HSL | 177.8º | 0.39% | 0.59% | - |
| HSV(B) | 177.8º | 0.43% | 0.75% | - |
| XYZ | 34.01 | 44.14 | 54.3 | - |
| YUV | 166.14 | 140.33 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 191 | 188 | 0.43 | 0 | 0.02 | 0.25 | 177.8 | 0.39 | 0.59 |
| Hex | 6D | BF | BC | 2B | 0 | 2 | 19 | B2 | 27 | 3B |
| Octal | 155 | 277 | 274 | 53 | 0 | 2 | 31 | 262 | 47 | 73 |
| Binary | 1101101 | 10111111 | 10111100 | 101011 | 0 | 10 | 11001 | 10110010 | 100111 | 111011 |
Color Harmonies of #6DBFBC
Complementary color
Monochromatic Colors of #6DBFBC
Black with #6DBFBC
Text Example
Text Example
White with #6DBFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBFBC; }
p { color: rgb(109,191,188); }
H1.HeaderClassName
{
color: #6DBFBC;
}
.AnyTagClassName
{
color: #6DBFBC;
}
</style>
background-color css
<style>
a { background-color: #6DBFBC; }
a { background-color: rgb(109,191,188); }
div.DivClassName
{
background-color: #6DBFBC;
}
.BgClassName
{
background-color: #6DBFBC;
}
</style>
border-color css
<style>
span { border-color: #6DBFBC; }
span { border-color: rgb(109,191,188); }
td.TdClassName
{
border-color: #6DBFBC;
}
.TagClassName
{
border-color: #6DBFBC;
}
</style>