#6EC3C3

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

Shades of Downy #6EC3C3

Tints of Downy #6EC3C3

Color information

#6EC3C3 (or 0x6EC3C3) is unknown color: approx Downy. HEX triplet: 6E, C3 and C3. RGB value is (110,195,195). Sum of RGB (Red+Green+Blue) = 110+195+195=500 (66% of max value = 765). Red value is 110 (43.36% from 255 or 22% from 500); Green value is 195 (76.56% from 255 or 39% from 500); Blue value is 195 (76.56% from 255 or 39% from 500); Max value from RGB is 195 - color contains mainly: green, blue. Hex color #6EC3C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC3C3 is #913C3C. Grayscale: #A9A9A9. Windows color (decimal): -9518141 or 12829550. OLE color: 12829550.

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

Color convert

RGB110195195-
CMYK0.44000.24
HSL180º41.46%59.8%-
HSV(B)180º43.59%76.47%-
XYZ35.846.2958.68-
YUV169.58142.3485.5-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22%
GREEN value IS 195 (76.56% from 255) = 39%
BLUE value IS 195 (76.56% from 255) = 39%
R=22%
G=39%
B=39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1101951950.44000.2418041.4659.8
Hex6EC3C32C0018b4293c
Octal1563033035400302645174
Binary11011101100001111000011101100001100010110100101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EC3C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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