Shades of Monte Carlo #6FBEB9
Tints of Monte Carlo #6FBEB9
RGB
CMYK
RGB Variations
Color information
#6FBEB9 (or 0x6FBEB9) is known color: Monte Carlo. HEX triplet: 6F, BE and B9. RGB value is (111,190,185). Sum of RGB (Red+Green+Blue) = 111+190+185=486 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.84% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 185 (72.66% from 255 or 38.07% from 486); Max value from RGB is 190 - color contains mainly: green. Hex color #6FBEB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBEB9 is #904146. Grayscale: #A5A5A5. Windows color (decimal): -9453895 or 12172911. OLE color: 12172911.
HSL color Cylindrical-coordinate representation of color #6FBEB9: hue angle of 176.2º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6FBEB9 is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 190 | 185 | - |
| CMYK | 0.42 | 0 | 0.03 | 0.25 |
| HSL | 176.2º | 0.38% | 0.59% | - |
| HSV(B) | 176.2º | 0.42% | 0.75% | - |
| XYZ | 33.73 | 43.71 | 52.56 | - |
| YUV | 165.81 | 138.83 | 88.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 190 | 185 | 0.42 | 0 | 0.03 | 0.25 | 176.2 | 0.38 | 0.59 |
| Hex | 6F | BE | B9 | 2A | 0 | 3 | 19 | B0 | 26 | 3B |
| Octal | 157 | 276 | 271 | 52 | 0 | 3 | 31 | 260 | 46 | 73 |
| Binary | 1101111 | 10111110 | 10111001 | 101010 | 0 | 11 | 11001 | 10110000 | 100110 | 111011 |
Color Harmonies of #6FBEB9
Complementary color
Monochromatic Colors of #6FBEB9
Black with #6FBEB9
Text Example
Text Example
White with #6FBEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBEB9; }
p { color: rgb(111,190,185); }
H1.HeaderClassName
{
color: #6FBEB9;
}
.AnyTagClassName
{
color: #6FBEB9;
}
</style>
background-color css
<style>
a { background-color: #6FBEB9; }
a { background-color: rgb(111,190,185); }
div.DivClassName
{
background-color: #6FBEB9;
}
.BgClassName
{
background-color: #6FBEB9;
}
</style>
border-color css
<style>
span { border-color: #6FBEB9; }
span { border-color: rgb(111,190,185); }
td.TdClassName
{
border-color: #6FBEB9;
}
.TagClassName
{
border-color: #6FBEB9;
}
</style>