#6DCDC6

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

Shades of Downy #6DCDC6

Tints of Downy #6DCDC6

Color information

#6DCDC6 (or 0x6DCDC6) is unknown color: approx Downy. HEX triplet: 6D, CD and C6. RGB value is (109,205,198). Sum of RGB (Red+Green+Blue) = 109+205+198=512 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.29% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 198 (77.73% from 255 or 38.67% from 512); Max value from RGB is 205 - color contains mainly: green. Hex color #6DCDC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCDC6 is #923239. Grayscale: #AFAFAF. Windows color (decimal): -9581114 or 13028717. OLE color: 13028717.

HSL color Cylindrical-coordinate representation of color #6DCDC6: hue angle of 175.62º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DCDC6 is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB109205198-
CMYK0.4700.030.20
HSL175.62º48.98%61.57%-
HSV(B)175.62º46.83%80.39%-
XYZ38.3350.9961.25-
YUV175.5140.780.57-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.29%
GREEN value IS 205 (80.47% from 255) = 40.04%
BLUE value IS 198 (77.73% from 255) = 38.67%
R=21.29%
G=40.04%
B=38.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1092051980.4700.030.20175.6248.9861.57
Hex6DCDC62F0314b0313e
Octal1553153065703242606176
Binary110110111001101110001101011110111010010110000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,205,198); }

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

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

 a { background-color: rgb(109,205,198); }

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

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

 span { border-color: rgb(109,205,198); }

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