Shades of Monte Carlo #6FC1B9
Tints of Monte Carlo #6FC1B9
RGB
CMYK
RGB Variations
Color information
#6FC1B9 (or 0x6FC1B9) is known color: Monte Carlo. HEX triplet: 6F, C1 and B9. RGB value is (111,193,185). Sum of RGB (Red+Green+Blue) = 111+193+185=489 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.70% from 489); Green value is 193 (75.78% from 255 or 39.47% from 489); Blue value is 185 (72.66% from 255 or 37.83% from 489); Max value from RGB is 193 - color contains mainly: green. Hex color #6FC1B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FC1B9 is #903E46. Grayscale: #A7A7A7. Windows color (decimal): -9453127 or 12173679. OLE color: 12173679.
HSL color Cylindrical-coordinate representation of color #6FC1B9: hue angle of 174.15º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6FC1B9 is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 111 | 193 | 185 | - |
| CMYK | 0.42 | 0 | 0.04 | 0.24 |
| HSL | 174.15º | 0.4% | 0.6% | - |
| HSV(B) | 174.15º | 0.42% | 0.76% | - |
| XYZ | 34.38 | 45.02 | 52.78 | - |
| YUV | 167.57 | 137.83 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 193 | 185 | 0.42 | 0 | 0.04 | 0.24 | 174.15 | 0.4 | 0.6 |
| Hex | 6F | C1 | B9 | 2A | 0 | 4 | 18 | AE | 28 | 3C |
| Octal | 157 | 301 | 271 | 52 | 0 | 4 | 30 | 256 | 50 | 74 |
| Binary | 1101111 | 11000001 | 10111001 | 101010 | 0 | 100 | 11000 | 10101110 | 101000 | 111100 |
Color Harmonies of #6FC1B9
Complementary color
Monochromatic Colors of #6FC1B9
Black with #6FC1B9
Text Example
Text Example
White with #6FC1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC1B9; }
p { color: rgb(111,193,185); }
H1.HeaderClassName
{
color: #6FC1B9;
}
.AnyTagClassName
{
color: #6FC1B9;
}
</style>
background-color css
<style>
a { background-color: #6FC1B9; }
a { background-color: rgb(111,193,185); }
div.DivClassName
{
background-color: #6FC1B9;
}
.BgClassName
{
background-color: #6FC1B9;
}
</style>
border-color css
<style>
span { border-color: #6FC1B9; }
span { border-color: rgb(111,193,185); }
td.TdClassName
{
border-color: #6FC1B9;
}
.TagClassName
{
border-color: #6FC1B9;
}
</style>