Shades of Monte Carlo #6BBEB4
Tints of Monte Carlo #6BBEB4
RGB
CMYK
RGB Variations
Color information
#6BBEB4 (or 0x6BBEB4) is known color: Monte Carlo. HEX triplet: 6B, BE and B4. RGB value is (107,190,180). Sum of RGB (Red+Green+Blue) = 107+190+180=477 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.43% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 180 (70.70% from 255 or 37.74% from 477); Max value from RGB is 190 - color contains mainly: green. Hex color #6BBEB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBEB4 is #94414B. Grayscale: #A4A4A4. Windows color (decimal): -9716044 or 11845227. OLE color: 11845227.
HSL color Cylindrical-coordinate representation of color #6BBEB4: hue angle of 172.77º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6BBEB4 is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 107 | 190 | 180 | - |
| CMYK | 0.44 | 0 | 0.05 | 0.25 |
| HSL | 172.77º | 0.39% | 0.58% | - |
| HSV(B) | 172.77º | 0.44% | 0.75% | - |
| XYZ | 32.72 | 43.25 | 49.8 | - |
| YUV | 164.04 | 137 | 87.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 190 | 180 | 0.44 | 0 | 0.05 | 0.25 | 172.77 | 0.39 | 0.58 |
| Hex | 6B | BE | B4 | 2C | 0 | 5 | 19 | AD | 27 | 3A |
| Octal | 153 | 276 | 264 | 54 | 0 | 5 | 31 | 255 | 47 | 72 |
| Binary | 1101011 | 10111110 | 10110100 | 101100 | 0 | 101 | 11001 | 10101101 | 100111 | 111010 |
Color Harmonies of #6BBEB4
Complementary color
Monochromatic Colors of #6BBEB4
Black with #6BBEB4
Text Example
Text Example
White with #6BBEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBEB4; }
p { color: rgb(107,190,180); }
H1.HeaderClassName
{
color: #6BBEB4;
}
.AnyTagClassName
{
color: #6BBEB4;
}
</style>
background-color css
<style>
a { background-color: #6BBEB4; }
a { background-color: rgb(107,190,180); }
div.DivClassName
{
background-color: #6BBEB4;
}
.BgClassName
{
background-color: #6BBEB4;
}
</style>
border-color css
<style>
span { border-color: #6BBEB4; }
span { border-color: rgb(107,190,180); }
td.TdClassName
{
border-color: #6BBEB4;
}
.TagClassName
{
border-color: #6BBEB4;
}
</style>