Shades of Monte Carlo #6DBEBA
Tints of Monte Carlo #6DBEBA
RGB
CMYK
RGB Variations
Color information
#6DBEBA (or 0x6DBEBA) is known color: Monte Carlo. HEX triplet: 6D, BE and BA. RGB value is (109,190,186). Sum of RGB (Red+Green+Blue) = 109+190+186=485 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.47% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 190 - color contains mainly: green. Hex color #6DBEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBEBA is #924145. Grayscale: #A5A5A5. Windows color (decimal): -9584966 or 12238445. OLE color: 12238445.
HSL color Cylindrical-coordinate representation of color #6DBEBA: hue angle of 177.04º degrees, saturation: 0.38, 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 #6DBEBA is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 190 | 186 | - |
| CMYK | 0.43 | 0 | 0.02 | 0.25 |
| HSL | 177.04º | 0.38% | 0.59% | - |
| HSV(B) | 177.04º | 0.43% | 0.75% | - |
| XYZ | 33.58 | 43.62 | 53.1 | - |
| YUV | 165.33 | 139.66 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 190 | 186 | 0.43 | 0 | 0.02 | 0.25 | 177.04 | 0.38 | 0.59 |
| Hex | 6D | BE | BA | 2B | 0 | 2 | 19 | B1 | 26 | 3B |
| Octal | 155 | 276 | 272 | 53 | 0 | 2 | 31 | 261 | 46 | 73 |
| Binary | 1101101 | 10111110 | 10111010 | 101011 | 0 | 10 | 11001 | 10110001 | 100110 | 111011 |
Color Harmonies of #6DBEBA
Complementary color
Monochromatic Colors of #6DBEBA
Black with #6DBEBA
Text Example
Text Example
White with #6DBEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBEBA; }
p { color: rgb(109,190,186); }
H1.HeaderClassName
{
color: #6DBEBA;
}
.AnyTagClassName
{
color: #6DBEBA;
}
</style>
background-color css
<style>
a { background-color: #6DBEBA; }
a { background-color: rgb(109,190,186); }
div.DivClassName
{
background-color: #6DBEBA;
}
.BgClassName
{
background-color: #6DBEBA;
}
</style>
border-color css
<style>
span { border-color: #6DBEBA; }
span { border-color: rgb(109,190,186); }
td.TdClassName
{
border-color: #6DBEBA;
}
.TagClassName
{
border-color: #6DBEBA;
}
</style>