#6EC3C0

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

Shades of Downy #6EC3C0

Tints of Downy #6EC3C0

Color information

#6EC3C0 (or 0x6EC3C0) is unknown color: approx Downy. HEX triplet: 6E, C3 and C0. RGB value is (110,195,192). Sum of RGB (Red+Green+Blue) = 110+195+192=497 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.13% from 497); Green value is 195 (76.56% from 255 or 39.24% from 497); Blue value is 192 (75.39% from 255 or 38.63% from 497); Max value from RGB is 195 - color contains mainly: green. Hex color #6EC3C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC3C0 is #913C3F. Grayscale: #A9A9A9. Windows color (decimal): -9518144 or 12632942. OLE color: 12632942.

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

Color convert

RGB110195192-
CMYK0.4400.020.24
HSL177.88º41.46%59.8%-
HSV(B)177.88º43.59%76.47%-
XYZ35.4646.1556.91-
YUV169.24140.8485.74-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.13%
GREEN value IS 195 (76.56% from 255) = 39.24%
BLUE value IS 192 (75.39% from 255) = 38.63%
R=22.13%
G=39.24%
B=38.63%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1101951920.4400.020.24177.8841.4659.8
Hex6EC3C02C0218b2293c
Octal1563033005402302625174
Binary110111011000011110000001011000101100010110010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EC3C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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