Shades of Monte Carlo #6FC0BD
Tints of Monte Carlo #6FC0BD
RGB
CMYK
RGB Variations
Color information
#6FC0BD (or 0x6FC0BD) is known color: Monte Carlo. HEX triplet: 6F, C0 and BD. RGB value is (111,192,189). Sum of RGB (Red+Green+Blue) = 111+192+189=492 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.56% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 192 - color contains mainly: green. Hex color #6FC0BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FC0BD is #903F42. Grayscale: #A7A7A7. Windows color (decimal): -9453379 or 12435567. OLE color: 12435567.
HSL color Cylindrical-coordinate representation of color #6FC0BD: hue angle of 177.78º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6FC0BD is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 192 | 189 | - |
| CMYK | 0.42 | 0 | 0.02 | 0.25 |
| HSL | 177.78º | 0.39% | 0.59% | - |
| HSV(B) | 177.78º | 0.42% | 0.75% | - |
| XYZ | 34.59 | 44.75 | 54.96 | - |
| YUV | 167.44 | 140.16 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 192 | 189 | 0.42 | 0 | 0.02 | 0.25 | 177.78 | 0.39 | 0.59 |
| Hex | 6F | C0 | BD | 2A | 0 | 2 | 19 | B2 | 27 | 3B |
| Octal | 157 | 300 | 275 | 52 | 0 | 2 | 31 | 262 | 47 | 73 |
| Binary | 1101111 | 11000000 | 10111101 | 101010 | 0 | 10 | 11001 | 10110010 | 100111 | 111011 |
Color Harmonies of #6FC0BD
Complementary color
Monochromatic Colors of #6FC0BD
Black with #6FC0BD
Text Example
Text Example
White with #6FC0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC0BD; }
p { color: rgb(111,192,189); }
H1.HeaderClassName
{
color: #6FC0BD;
}
.AnyTagClassName
{
color: #6FC0BD;
}
</style>
background-color css
<style>
a { background-color: #6FC0BD; }
a { background-color: rgb(111,192,189); }
div.DivClassName
{
background-color: #6FC0BD;
}
.BgClassName
{
background-color: #6FC0BD;
}
</style>
border-color css
<style>
span { border-color: #6FC0BD; }
span { border-color: rgb(111,192,189); }
td.TdClassName
{
border-color: #6FC0BD;
}
.TagClassName
{
border-color: #6FC0BD;
}
</style>