Shades of Monte Carlo #6BC6B2
Tints of Monte Carlo #6BC6B2
RGB
CMYK
RGB Variations
Color information
#6BC6B2 (or 0x6BC6B2) is known color: Monte Carlo. HEX triplet: 6B, C6 and B2. RGB value is (107,198,178). Sum of RGB (Red+Green+Blue) = 107+198+178=483 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.15% from 483); Green value is 198 (77.73% from 255 or 40.99% from 483); Blue value is 178 (69.92% from 255 or 36.85% from 483); Max value from RGB is 198 - color contains mainly: green. Hex color #6BC6B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BC6B2 is #94394D. Grayscale: #A8A8A8. Windows color (decimal): -9713998 or 11716203. OLE color: 11716203.
HSL color Cylindrical-coordinate representation of color #6BC6B2: hue angle of 166.81º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6BC6B2 is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 107 | 198 | 178 | - |
| CMYK | 0.46 | 0 | 0.10 | 0.22 |
| HSL | 166.81º | 0.44% | 0.6% | - |
| HSV(B) | 166.81º | 0.46% | 0.78% | - |
| XYZ | 34.29 | 46.73 | 49.33 | - |
| YUV | 168.51 | 133.35 | 84.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 198 | 178 | 0.46 | 0 | 0.10 | 0.22 | 166.81 | 0.44 | 0.6 |
| Hex | 6B | C6 | B2 | 2E | 0 | A | 16 | A7 | 2C | 3C |
| Octal | 153 | 306 | 262 | 56 | 0 | 12 | 26 | 247 | 54 | 74 |
| Binary | 1101011 | 11000110 | 10110010 | 101110 | 0 | 1010 | 10110 | 10100111 | 101100 | 111100 |
Color Harmonies of #6BC6B2
Complementary color
Monochromatic Colors of #6BC6B2
Black with #6BC6B2
Text Example
Text Example
White with #6BC6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC6B2; }
p { color: rgb(107,198,178); }
H1.HeaderClassName
{
color: #6BC6B2;
}
.AnyTagClassName
{
color: #6BC6B2;
}
</style>
background-color css
<style>
a { background-color: #6BC6B2; }
a { background-color: rgb(107,198,178); }
div.DivClassName
{
background-color: #6BC6B2;
}
.BgClassName
{
background-color: #6BC6B2;
}
</style>
border-color css
<style>
span { border-color: #6BC6B2; }
span { border-color: rgb(107,198,178); }
td.TdClassName
{
border-color: #6BC6B2;
}
.TagClassName
{
border-color: #6BC6B2;
}
</style>