#6DCDB6

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

Shades of Downy #6DCDB6

Tints of Downy #6DCDB6

Color information

#6DCDB6 (or 0x6DCDB6) is unknown color: approx Downy. HEX triplet: 6D, CD and B6. RGB value is (109,205,182). Sum of RGB (Red+Green+Blue) = 109+205+182=496 (65% of max value = 765). Red value is 109 (42.97% from 255 or 21.98% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 182 (71.48% from 255 or 36.69% from 496); Max value from RGB is 205 - color contains mainly: green. Hex color #6DCDB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCDB6 is #923249. Grayscale: #ADADAD. Windows color (decimal): -9581130 or 11980141. OLE color: 11980141.

HSL color Cylindrical-coordinate representation of color #6DCDB6: hue angle of 165.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 #6DCDB6 is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB109205182-
CMYK0.4700.110.20
HSL165.62º48.98%61.57%-
HSV(B)165.62º46.83%80.39%-
XYZ36.5850.2952.04-
YUV173.67132.781.87-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.98%
GREEN value IS 205 (80.47% from 255) = 41.33%
BLUE value IS 182 (71.48% from 255) = 36.69%
R=21.98%
G=41.33%
B=36.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1092051820.4700.110.20165.6248.9861.57
Hex6DCDB62F0B14a6313e
Octal15531526657013242466176
Binary11011011100110110110110101111010111010010100110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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