#6EC3C1

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

Shades of Downy #6EC3C1

Tints of Downy #6EC3C1

Color information

#6EC3C1 (or 0x6EC3C1) is unknown color: approx Downy. HEX triplet: 6E, C3 and C1. RGB value is (110,195,193). Sum of RGB (Red+Green+Blue) = 110+195+193=498 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.09% from 498); Green value is 195 (76.56% from 255 or 39.16% from 498); Blue value is 193 (75.78% from 255 or 38.76% from 498); Max value from RGB is 195 - color contains mainly: green. Hex color #6EC3C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC3C1 is #913C3E. Grayscale: #A9A9A9. Windows color (decimal): -9518143 or 12698478. OLE color: 12698478.

HSL color Cylindrical-coordinate representation of color #6EC3C1: hue angle of 178.59º 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 #6EC3C1 is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB110195193-
CMYK0.4400.010.24
HSL178.59º41.46%59.8%-
HSV(B)178.59º43.59%76.47%-
XYZ35.5746.257.49-
YUV169.36141.3485.66-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.09%
GREEN value IS 195 (76.56% from 255) = 39.16%
BLUE value IS 193 (75.78% from 255) = 38.76%
R=22.09%
G=39.16%
B=38.76%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1101951930.4400.010.24178.5941.4659.8
Hex6EC3C12C0118b3293c
Octal1563033015401302635174
Binary11011101100001111000001101100011100010110011101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EC3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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