Shades of Monte Carlo #6DC8B5
Tints of Monte Carlo #6DC8B5
RGB
CMYK
RGB Variations
Color information
#6DC8B5 (or 0x6DC8B5) is known color: Monte Carlo. HEX triplet: 6D, C8 and B5. RGB value is (109,200,181). Sum of RGB (Red+Green+Blue) = 109+200+181=490 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.24% from 490); Green value is 200 (78.52% from 255 or 40.82% from 490); Blue value is 181 (71.09% from 255 or 36.94% from 490); Max value from RGB is 200 - color contains mainly: green. Hex color #6DC8B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC8B5 is #92374A. Grayscale: #AAAAAA. Windows color (decimal): -9582411 or 11913325. OLE color: 11913325.
HSL color Cylindrical-coordinate representation of color #6DC8B5: hue angle of 167.47º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6DC8B5 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 109 | 200 | 181 | - |
| CMYK | 0.46 | 0 | 0.09 | 0.22 |
| HSL | 167.47º | 0.45% | 0.61% | - |
| HSV(B) | 167.47º | 0.46% | 0.78% | - |
| XYZ | 35.3 | 47.9 | 51.1 | - |
| YUV | 170.63 | 133.85 | 84.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 200 | 181 | 0.46 | 0 | 0.09 | 0.22 | 167.47 | 0.45 | 0.61 |
| Hex | 6D | C8 | B5 | 2E | 0 | 9 | 16 | A7 | 2D | 3D |
| Octal | 155 | 310 | 265 | 56 | 0 | 11 | 26 | 247 | 55 | 75 |
| Binary | 1101101 | 11001000 | 10110101 | 101110 | 0 | 1001 | 10110 | 10100111 | 101101 | 111101 |
Color Harmonies of #6DC8B5
Complementary color
Monochromatic Colors of #6DC8B5
Black with #6DC8B5
Text Example
Text Example
White with #6DC8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC8B5; }
p { color: rgb(109,200,181); }
H1.HeaderClassName
{
color: #6DC8B5;
}
.AnyTagClassName
{
color: #6DC8B5;
}
</style>
background-color css
<style>
a { background-color: #6DC8B5; }
a { background-color: rgb(109,200,181); }
div.DivClassName
{
background-color: #6DC8B5;
}
.BgClassName
{
background-color: #6DC8B5;
}
</style>
border-color css
<style>
span { border-color: #6DC8B5; }
span { border-color: rgb(109,200,181); }
td.TdClassName
{
border-color: #6DC8B5;
}
.TagClassName
{
border-color: #6DC8B5;
}
</style>