Shades of Monte Carlo #6FBEB0
Tints of Monte Carlo #6FBEB0
RGB
CMYK
RGB Variations
Color information
#6FBEB0 (or 0x6FBEB0) is known color: Monte Carlo. HEX triplet: 6F, BE and B0. RGB value is (111,190,176). Sum of RGB (Red+Green+Blue) = 111+190+176=477 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.27% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 176 (69.14% from 255 or 36.90% from 477); Max value from RGB is 190 - color contains mainly: green. Hex color #6FBEB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBEB0 is #90414F. Grayscale: #A4A4A4. Windows color (decimal): -9453904 or 11583087. OLE color: 11583087.
HSL color Cylindrical-coordinate representation of color #6FBEB0: hue angle of 169.37º 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 #6FBEB0 is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 190 | 176 | - |
| CMYK | 0.42 | 0 | 0.07 | 0.25 |
| HSL | 169.37º | 0.38% | 0.59% | - |
| HSV(B) | 169.37º | 0.42% | 0.75% | - |
| XYZ | 32.81 | 43.34 | 47.71 | - |
| YUV | 164.78 | 134.33 | 89.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 190 | 176 | 0.42 | 0 | 0.07 | 0.25 | 169.37 | 0.38 | 0.59 |
| Hex | 6F | BE | B0 | 2A | 0 | 7 | 19 | A9 | 26 | 3B |
| Octal | 157 | 276 | 260 | 52 | 0 | 7 | 31 | 251 | 46 | 73 |
| Binary | 1101111 | 10111110 | 10110000 | 101010 | 0 | 111 | 11001 | 10101001 | 100110 | 111011 |
Color Harmonies of #6FBEB0
Complementary color
Monochromatic Colors of #6FBEB0
Black with #6FBEB0
Text Example
Text Example
White with #6FBEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBEB0; }
p { color: rgb(111,190,176); }
H1.HeaderClassName
{
color: #6FBEB0;
}
.AnyTagClassName
{
color: #6FBEB0;
}
</style>
background-color css
<style>
a { background-color: #6FBEB0; }
a { background-color: rgb(111,190,176); }
div.DivClassName
{
background-color: #6FBEB0;
}
.BgClassName
{
background-color: #6FBEB0;
}
</style>
border-color css
<style>
span { border-color: #6FBEB0; }
span { border-color: rgb(111,190,176); }
td.TdClassName
{
border-color: #6FBEB0;
}
.TagClassName
{
border-color: #6FBEB0;
}
</style>