Shades of Monte Carlo #6DBEB4
Tints of Monte Carlo #6DBEB4
RGB
CMYK
RGB Variations
Color information
#6DBEB4 (or 0x6DBEB4) is known color: Monte Carlo. HEX triplet: 6D, BE and B4. RGB value is (109,190,180). Sum of RGB (Red+Green+Blue) = 109+190+180=479 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.76% from 479); Green value is 190 (74.61% from 255 or 39.67% from 479); Blue value is 180 (70.70% from 255 or 37.58% from 479); Max value from RGB is 190 - color contains mainly: green. Hex color #6DBEB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBEB4 is #92414B. Grayscale: #A4A4A4. Windows color (decimal): -9584972 or 11845229. OLE color: 11845229.
HSL color Cylindrical-coordinate representation of color #6DBEB4: hue angle of 172.59º 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 #6DBEB4 is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 190 | 180 | - |
| CMYK | 0.43 | 0 | 0.05 | 0.25 |
| HSL | 172.59º | 0.38% | 0.59% | - |
| HSV(B) | 172.59º | 0.43% | 0.75% | - |
| XYZ | 32.96 | 43.37 | 49.81 | - |
| YUV | 164.64 | 136.66 | 88.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 190 | 180 | 0.43 | 0 | 0.05 | 0.25 | 172.59 | 0.38 | 0.59 |
| Hex | 6D | BE | B4 | 2B | 0 | 5 | 19 | AD | 26 | 3B |
| Octal | 155 | 276 | 264 | 53 | 0 | 5 | 31 | 255 | 46 | 73 |
| Binary | 1101101 | 10111110 | 10110100 | 101011 | 0 | 101 | 11001 | 10101101 | 100110 | 111011 |
Color Harmonies of #6DBEB4
Complementary color
Monochromatic Colors of #6DBEB4
Black with #6DBEB4
Text Example
Text Example
White with #6DBEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBEB4; }
p { color: rgb(109,190,180); }
H1.HeaderClassName
{
color: #6DBEB4;
}
.AnyTagClassName
{
color: #6DBEB4;
}
</style>
background-color css
<style>
a { background-color: #6DBEB4; }
a { background-color: rgb(109,190,180); }
div.DivClassName
{
background-color: #6DBEB4;
}
.BgClassName
{
background-color: #6DBEB4;
}
</style>
border-color css
<style>
span { border-color: #6DBEB4; }
span { border-color: rgb(109,190,180); }
td.TdClassName
{
border-color: #6DBEB4;
}
.TagClassName
{
border-color: #6DBEB4;
}
</style>