Shades of Monte Carlo #6BC0AF
Tints of Monte Carlo #6BC0AF
RGB
CMYK
RGB Variations
Color information
#6BC0AF (or 0x6BC0AF) is known color: Monte Carlo. HEX triplet: 6B, C0 and AF. RGB value is (107,192,175). Sum of RGB (Red+Green+Blue) = 107+192+175=474 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.57% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 192 - color contains mainly: green. Hex color #6BC0AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BC0AF is #943F50. Grayscale: #A4A4A4. Windows color (decimal): -9715537 or 11518059. OLE color: 11518059.
HSL color Cylindrical-coordinate representation of color #6BC0AF: hue angle of 168º 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 #6BC0AF is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 107 | 192 | 175 | - |
| CMYK | 0.44 | 0 | 0.09 | 0.25 |
| HSL | 168º | 0.4% | 0.59% | - |
| HSV(B) | 168º | 0.44% | 0.75% | - |
| XYZ | 32.65 | 43.92 | 47.31 | - |
| YUV | 164.65 | 133.84 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 192 | 175 | 0.44 | 0 | 0.09 | 0.25 | 168 | 0.4 | 0.59 |
| Hex | 6B | C0 | AF | 2C | 0 | 9 | 19 | A8 | 28 | 3B |
| Octal | 153 | 300 | 257 | 54 | 0 | 11 | 31 | 250 | 50 | 73 |
| Binary | 1101011 | 11000000 | 10101111 | 101100 | 0 | 1001 | 11001 | 10101000 | 101000 | 111011 |
Color Harmonies of #6BC0AF
Complementary color
Monochromatic Colors of #6BC0AF
Black with #6BC0AF
Text Example
Text Example
White with #6BC0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC0AF; }
p { color: rgb(107,192,175); }
H1.HeaderClassName
{
color: #6BC0AF;
}
.AnyTagClassName
{
color: #6BC0AF;
}
</style>
background-color css
<style>
a { background-color: #6BC0AF; }
a { background-color: rgb(107,192,175); }
div.DivClassName
{
background-color: #6BC0AF;
}
.BgClassName
{
background-color: #6BC0AF;
}
</style>
border-color css
<style>
span { border-color: #6BC0AF; }
span { border-color: rgb(107,192,175); }
td.TdClassName
{
border-color: #6BC0AF;
}
.TagClassName
{
border-color: #6BC0AF;
}
</style>