Shades of Monte Carlo #6CC0B7
Tints of Monte Carlo #6CC0B7
RGB
CMYK
RGB Variations
Color information
#6CC0B7 (or 0x6CC0B7) is known color: Monte Carlo. HEX triplet: 6C, C0 and B7. RGB value is (108,192,183). Sum of RGB (Red+Green+Blue) = 108+192+183=483 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.36% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 183 (71.88% from 255 or 37.89% from 483); Max value from RGB is 192 - color contains mainly: green. Hex color #6CC0B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CC0B7 is #933F48. Grayscale: #A5A5A5. Windows color (decimal): -9649993 or 12042348. OLE color: 12042348.
HSL color Cylindrical-coordinate representation of color #6CC0B7: hue angle of 173.57º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6CC0B7 is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 108 | 192 | 183 | - |
| CMYK | 0.44 | 0 | 0.05 | 0.25 |
| HSL | 173.57º | 0.4% | 0.59% | - |
| HSV(B) | 173.57º | 0.44% | 0.75% | - |
| XYZ | 33.58 | 44.31 | 51.58 | - |
| YUV | 165.86 | 137.67 | 86.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 192 | 183 | 0.44 | 0 | 0.05 | 0.25 | 173.57 | 0.4 | 0.59 |
| Hex | 6C | C0 | B7 | 2C | 0 | 5 | 19 | AE | 28 | 3B |
| Octal | 154 | 300 | 267 | 54 | 0 | 5 | 31 | 256 | 50 | 73 |
| Binary | 1101100 | 11000000 | 10110111 | 101100 | 0 | 101 | 11001 | 10101110 | 101000 | 111011 |
Color Harmonies of #6CC0B7
Complementary color
Monochromatic Colors of #6CC0B7
Black with #6CC0B7
Text Example
Text Example
White with #6CC0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC0B7; }
p { color: rgb(108,192,183); }
H1.HeaderClassName
{
color: #6CC0B7;
}
.AnyTagClassName
{
color: #6CC0B7;
}
</style>
background-color css
<style>
a { background-color: #6CC0B7; }
a { background-color: rgb(108,192,183); }
div.DivClassName
{
background-color: #6CC0B7;
}
.BgClassName
{
background-color: #6CC0B7;
}
</style>
border-color css
<style>
span { border-color: #6CC0B7; }
span { border-color: rgb(108,192,183); }
td.TdClassName
{
border-color: #6CC0B7;
}
.TagClassName
{
border-color: #6CC0B7;
}
</style>