#6EC0BD

Color #6EC0BD Monte Carlo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Monte Carlo #6EC0BD

Tints of Monte Carlo #6EC0BD

Color information

#6EC0BD (or 0x6EC0BD) is unknown color: approx Monte Carlo. HEX triplet: 6E, C0 and BD. RGB value is (110,192,189). Sum of RGB (Red+Green+Blue) = 110+192+189=491 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.40% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 192 - color contains mainly: green. Hex color #6EC0BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC0BD is #913F42. Grayscale: #A7A7A7. Windows color (decimal): -9518915 or 12435566. OLE color: 12435566.

HSL color Cylindrical-coordinate representation of color #6EC0BD: hue angle of 177.8º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6EC0BD is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB110192189-
CMYK0.4300.020.25
HSL177.8º39.42%59.22%-
HSV(B)177.8º42.71%75.29%-
XYZ34.4744.6954.95-
YUV167.14140.3387.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 110 (43.36% from 255) = 22.40%
GREEN value IS 192 (75.39% from 255) = 39.10%
BLUE value IS 189 (74.22% from 255) = 38.49%
R=22.40%
G=39.10%
B=38.49%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1101921890.4300.020.25177.839.4259.22
Hex6EC0BD2B0219b2273b
Octal1563002755302312624773
Binary110111011000000101111011010110101100110110010100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EC0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6EC0BD; }

 p { color: rgb(110,192,189); }

 H1.HeaderClassName
 {
   color: #6EC0BD;
 }
 .AnyTagClassName
 {
   color: #6EC0BD;
 }
</style>
background-color css

<style>
 a { background-color: #6EC0BD; }

 a { background-color: rgb(110,192,189); }

 div.DivClassName
 {
   background-color: #6EC0BD;
 }
 .BgClassName
 {
   background-color: #6EC0BD;
 }
</style>
border-color css

<style>
 span { border-color: #6EC0BD; }

 span { border-color: rgb(110,192,189); }

 td.TdClassName
 {
   border-color: #6EC0BD;
 }
 .TagClassName
 {
   border-color: #6EC0BD;
 }
</style>