Shades of Monte Carlo #6DBDB5
Tints of Monte Carlo #6DBDB5
RGB
CMYK
RGB Variations
Color information
#6DBDB5 (or 0x6DBDB5) is known color: Monte Carlo. HEX triplet: 6D, BD and B5. RGB value is (109,189,181). Sum of RGB (Red+Green+Blue) = 109+189+181=479 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.76% from 479); Green value is 189 (74.22% from 255 or 39.46% from 479); Blue value is 181 (71.09% from 255 or 37.79% from 479); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBDB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBDB5 is #92424A. Grayscale: #A4A4A4. Windows color (decimal): -9585227 or 11910509. OLE color: 11910509.
HSL color Cylindrical-coordinate representation of color #6DBDB5: hue angle of 174º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6DBDB5 is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 189 | 181 | - |
| CMYK | 0.42 | 0 | 0.04 | 0.26 |
| HSL | 174º | 0.38% | 0.58% | - |
| HSV(B) | 174º | 0.42% | 0.74% | - |
| XYZ | 32.84 | 42.98 | 50.28 | - |
| YUV | 164.17 | 137.5 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 189 | 181 | 0.42 | 0 | 0.04 | 0.26 | 174 | 0.38 | 0.58 |
| Hex | 6D | BD | B5 | 2A | 0 | 4 | 1A | AE | 26 | 3A |
| Octal | 155 | 275 | 265 | 52 | 0 | 4 | 32 | 256 | 46 | 72 |
| Binary | 1101101 | 10111101 | 10110101 | 101010 | 0 | 100 | 11010 | 10101110 | 100110 | 111010 |
Color Harmonies of #6DBDB5
Complementary color
Monochromatic Colors of #6DBDB5
Black with #6DBDB5
Text Example
Text Example
White with #6DBDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBDB5; }
p { color: rgb(109,189,181); }
H1.HeaderClassName
{
color: #6DBDB5;
}
.AnyTagClassName
{
color: #6DBDB5;
}
</style>
background-color css
<style>
a { background-color: #6DBDB5; }
a { background-color: rgb(109,189,181); }
div.DivClassName
{
background-color: #6DBDB5;
}
.BgClassName
{
background-color: #6DBDB5;
}
</style>
border-color css
<style>
span { border-color: #6DBDB5; }
span { border-color: rgb(109,189,181); }
td.TdClassName
{
border-color: #6DBDB5;
}
.TagClassName
{
border-color: #6DBDB5;
}
</style>