Shades of Monte Carlo #6FBDB6
Tints of Monte Carlo #6FBDB6
RGB
CMYK
RGB Variations
Color information
#6FBDB6 (or 0x6FBDB6) is known color: Monte Carlo. HEX triplet: 6F, BD and B6. RGB value is (111,189,182). Sum of RGB (Red+Green+Blue) = 111+189+182=482 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.03% from 482); Green value is 189 (74.22% from 255 or 39.21% from 482); Blue value is 182 (71.48% from 255 or 37.76% from 482); Max value from RGB is 189 - color contains mainly: green. Hex color #6FBDB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBDB6 is #904249. Grayscale: #A4A4A4. Windows color (decimal): -9454154 or 11976047. OLE color: 11976047.
HSL color Cylindrical-coordinate representation of color #6FBDB6: hue angle of 174.62º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6FBDB6 is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 189 | 182 | - |
| CMYK | 0.41 | 0 | 0.04 | 0.26 |
| HSL | 174.62º | 0.37% | 0.59% | - |
| HSV(B) | 174.62º | 0.41% | 0.74% | - |
| XYZ | 33.2 | 43.15 | 50.84 | - |
| YUV | 164.88 | 137.66 | 89.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 189 | 182 | 0.41 | 0 | 0.04 | 0.26 | 174.62 | 0.37 | 0.59 |
| Hex | 6F | BD | B6 | 29 | 0 | 4 | 1A | AF | 25 | 3B |
| Octal | 157 | 275 | 266 | 51 | 0 | 4 | 32 | 257 | 45 | 73 |
| Binary | 1101111 | 10111101 | 10110110 | 101001 | 0 | 100 | 11010 | 10101111 | 100101 | 111011 |
Color Harmonies of #6FBDB6
Complementary color
Monochromatic Colors of #6FBDB6
Black with #6FBDB6
Text Example
Text Example
White with #6FBDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBDB6; }
p { color: rgb(111,189,182); }
H1.HeaderClassName
{
color: #6FBDB6;
}
.AnyTagClassName
{
color: #6FBDB6;
}
</style>
background-color css
<style>
a { background-color: #6FBDB6; }
a { background-color: rgb(111,189,182); }
div.DivClassName
{
background-color: #6FBDB6;
}
.BgClassName
{
background-color: #6FBDB6;
}
</style>
border-color css
<style>
span { border-color: #6FBDB6; }
span { border-color: rgb(111,189,182); }
td.TdClassName
{
border-color: #6FBDB6;
}
.TagClassName
{
border-color: #6FBDB6;
}
</style>