#6DCDB5

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

Shades of Downy #6DCDB5

Tints of Downy #6DCDB5

Color information

#6DCDB5 (or 0x6DCDB5) is unknown color: approx Downy. HEX triplet: 6D, CD and B5. RGB value is (109,205,181). Sum of RGB (Red+Green+Blue) = 109+205+181=495 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.02% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 181 (71.09% from 255 or 36.57% from 495); Max value from RGB is 205 - color contains mainly: green. Hex color #6DCDB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCDB5 is #92324A. Grayscale: #ADADAD. Windows color (decimal): -9581131 or 11914605. OLE color: 11914605.

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

Color convert

RGB109205181-
CMYK0.4700.120.20
HSL165º48.98%61.57%-
HSV(B)165º46.83%80.39%-
XYZ36.4850.2551.49-
YUV173.56132.281.95-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.02%
GREEN value IS 205 (80.47% from 255) = 41.41%
BLUE value IS 181 (71.09% from 255) = 36.57%
R=22.02%
G=41.41%
B=36.57%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1092051810.4700.120.2016548.9861.57
Hex6DCDB52F0C14a5313e
Octal15531526557014242456176
Binary11011011100110110110101101111011001010010100101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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