#6ECCCC

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

Shades of Downy #6ECCCC

Tints of Downy #6ECCCC

Color information

#6ECCCC (or 0x6ECCCC) is unknown color: approx Downy. HEX triplet: 6E, CC and CC. RGB value is (110,204,204). Sum of RGB (Red+Green+Blue) = 110+204+204=518 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.24% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #6ECCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECCCC is #913333. Grayscale: #AFAFAF. Windows color (decimal): -9515828 or 13421678. OLE color: 13421678.

HSL color Cylindrical-coordinate representation of color #6ECCCC: hue angle of 180º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6ECCCC is Cyan = 0.46, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB110204204-
CMYK0.46000.2
HSL180º47.96%61.57%-
HSV(B)180º46.08%80%-
XYZ38.9250.8664.89-
YUV175.89143.8681-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.24%
GREEN value IS 204 (80.08% from 255) = 39.38%
BLUE value IS 204 (80.08% from 255) = 39.38%
R=21.24%
G=39.38%
B=39.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1102042040.46000.218047.9661.57
Hex6ECCCC2E0014b4303e
Octal1563143145600242646076
Binary11011101100110011001100101110001010010110100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ECCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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