#6EC3B4

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

Shades of Monte Carlo #6EC3B4

Tints of Monte Carlo #6EC3B4

Color information

#6EC3B4 (or 0x6EC3B4) is unknown color: approx Monte Carlo. HEX triplet: 6E, C3 and B4. RGB value is (110,195,180). Sum of RGB (Red+Green+Blue) = 110+195+180=485 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.68% from 485); Green value is 195 (76.56% from 255 or 40.21% from 485); Blue value is 180 (70.70% from 255 or 37.11% from 485); Max value from RGB is 195 - color contains mainly: green. Hex color #6EC3B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC3B4 is #913C4B. Grayscale: #A7A7A7. Windows color (decimal): -9518156 or 11846510. OLE color: 11846510.

HSL color Cylindrical-coordinate representation of color #6EC3B4: hue angle of 169.41º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6EC3B4 is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB110195180-
CMYK0.4400.080.24
HSL169.41º41.46%59.8%-
HSV(B)169.41º43.59%76.47%-
XYZ34.1845.6450.19-
YUV167.88134.8486.72-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.68%
GREEN value IS 195 (76.56% from 255) = 40.21%
BLUE value IS 180 (70.70% from 255) = 37.11%
R=22.68%
G=40.21%
B=37.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1101951800.4400.080.24169.4141.4659.8
Hex6EC3B42C0818a9293c
Octal15630326454010302515174
Binary11011101100001110110100101100010001100010101001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EC3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,195,180); }

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

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

 a { background-color: rgb(110,195,180); }

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

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

 span { border-color: rgb(110,195,180); }

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