#6EC8C8

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

Shades of Downy #6EC8C8

Tints of Downy #6EC8C8

Color information

#6EC8C8 (or 0x6EC8C8) is unknown color: approx Downy. HEX triplet: 6E, C8 and C8. RGB value is (110,200,200). Sum of RGB (Red+Green+Blue) = 110+200+200=510 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.57% from 510); Green value is 200 (78.52% from 255 or 39.22% from 510); Blue value is 200 (78.52% from 255 or 39.22% from 510); Max value from RGB is 200 - color contains mainly: green, blue. Hex color #6EC8C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC8C8 is #913737. Grayscale: #ADADAD. Windows color (decimal): -9516856 or 13158510. OLE color: 13158510.

HSL color Cylindrical-coordinate representation of color #6EC8C8: hue angle of 180º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6EC8C8 is Cyan = 0.45, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB110200200-
CMYK0.45000.22
HSL180º45%60.78%-
HSV(B)180º45%78.43%-
XYZ37.5148.7962.08-
YUV173.09143.1883-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.57%
GREEN value IS 200 (78.52% from 255) = 39.22%
BLUE value IS 200 (78.52% from 255) = 39.22%
R=21.57%
G=39.22%
B=39.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1102002000.45000.221804560.78
Hex6EC8C82D0016b42d3d
Octal1563103105500262645575
Binary11011101100100011001000101101001011010110100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EC8C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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