Shades of Monte Carlo #6FBFBC
Tints of Monte Carlo #6FBFBC
RGB
CMYK
RGB Variations
Color information
#6FBFBC (or 0x6FBFBC) is known color: Monte Carlo. HEX triplet: 6F, BF and BC. RGB value is (111,191,188). Sum of RGB (Red+Green+Blue) = 111+191+188=490 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.65% from 490); Green value is 191 (75% from 255 or 38.98% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 191 - color contains mainly: green. Hex color #6FBFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBFBC is #904043. Grayscale: #A6A6A6. Windows color (decimal): -9453636 or 12369775. OLE color: 12369775.
HSL color Cylindrical-coordinate representation of color #6FBFBC: hue angle of 177.75º 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 #6FBFBC is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 191 | 188 | - |
| CMYK | 0.42 | 0 | 0.02 | 0.25 |
| HSL | 177.75º | 0.38% | 0.59% | - |
| HSV(B) | 177.75º | 0.42% | 0.75% | - |
| XYZ | 34.26 | 44.27 | 54.32 | - |
| YUV | 166.74 | 140 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 191 | 188 | 0.42 | 0 | 0.02 | 0.25 | 177.75 | 0.38 | 0.59 |
| Hex | 6F | BF | BC | 2A | 0 | 2 | 19 | B2 | 26 | 3B |
| Octal | 157 | 277 | 274 | 52 | 0 | 2 | 31 | 262 | 46 | 73 |
| Binary | 1101111 | 10111111 | 10111100 | 101010 | 0 | 10 | 11001 | 10110010 | 100110 | 111011 |
Color Harmonies of #6FBFBC
Complementary color
Monochromatic Colors of #6FBFBC
Black with #6FBFBC
Text Example
Text Example
White with #6FBFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBFBC; }
p { color: rgb(111,191,188); }
H1.HeaderClassName
{
color: #6FBFBC;
}
.AnyTagClassName
{
color: #6FBFBC;
}
</style>
background-color css
<style>
a { background-color: #6FBFBC; }
a { background-color: rgb(111,191,188); }
div.DivClassName
{
background-color: #6FBFBC;
}
.BgClassName
{
background-color: #6FBFBC;
}
</style>
border-color css
<style>
span { border-color: #6FBFBC; }
span { border-color: rgb(111,191,188); }
td.TdClassName
{
border-color: #6FBFBC;
}
.TagClassName
{
border-color: #6FBFBC;
}
</style>