Shades of Monte Carlo #6FC8B5
Tints of Monte Carlo #6FC8B5
RGB
CMYK
RGB Variations
Color information
#6FC8B5 (or 0x6FC8B5) is known color: Monte Carlo. HEX triplet: 6F, C8 and B5. RGB value is (111,200,181). Sum of RGB (Red+Green+Blue) = 111+200+181=492 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.56% from 492); Green value is 200 (78.52% from 255 or 40.65% from 492); Blue value is 181 (71.09% from 255 or 36.79% from 492); Max value from RGB is 200 - color contains mainly: green. Hex color #6FC8B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FC8B5 is #90374A. Grayscale: #ABABAB. Windows color (decimal): -9451339 or 11913327. OLE color: 11913327.
HSL color Cylindrical-coordinate representation of color #6FC8B5: hue angle of 167.19º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6FC8B5 is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 111 | 200 | 181 | - |
| CMYK | 0.44 | 0 | 0.09 | 0.22 |
| HSL | 167.19º | 0.45% | 0.61% | - |
| HSV(B) | 167.19º | 0.45% | 0.78% | - |
| XYZ | 35.55 | 48.02 | 51.11 | - |
| YUV | 171.22 | 133.51 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 200 | 181 | 0.44 | 0 | 0.09 | 0.22 | 167.19 | 0.45 | 0.61 |
| Hex | 6F | C8 | B5 | 2C | 0 | 9 | 16 | A7 | 2D | 3D |
| Octal | 157 | 310 | 265 | 54 | 0 | 11 | 26 | 247 | 55 | 75 |
| Binary | 1101111 | 11001000 | 10110101 | 101100 | 0 | 1001 | 10110 | 10100111 | 101101 | 111101 |
Color Harmonies of #6FC8B5
Complementary color
Monochromatic Colors of #6FC8B5
Black with #6FC8B5
Text Example
Text Example
White with #6FC8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC8B5; }
p { color: rgb(111,200,181); }
H1.HeaderClassName
{
color: #6FC8B5;
}
.AnyTagClassName
{
color: #6FC8B5;
}
</style>
background-color css
<style>
a { background-color: #6FC8B5; }
a { background-color: rgb(111,200,181); }
div.DivClassName
{
background-color: #6FC8B5;
}
.BgClassName
{
background-color: #6FC8B5;
}
</style>
border-color css
<style>
span { border-color: #6FC8B5; }
span { border-color: rgb(111,200,181); }
td.TdClassName
{
border-color: #6FC8B5;
}
.TagClassName
{
border-color: #6FC8B5;
}
</style>