#6dddcd

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

Shades of Downy #6DDDCD

Tints of Downy #6DDDCD

Color information

#6DDDCD (or 0x6DDDCD) is unknown color: approx Downy. HEX triplet: 6D, DD and CD. RGB value is (109,221,205). Sum of RGB (Red+Green+Blue) = 109+221+205=535 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.37% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #6DDDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDDCD is #922232. Grayscale: #B9B9B9. Windows color (decimal): -9577011 or 13491565. OLE color: 13491565.

HSL color Cylindrical-coordinate representation of color #6DDDCD: hue angle of 171.43º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DDDCD is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB109221205-
CMYK0.5100.070.13
HSL171.43º62.22%64.71%-
HSV(B)171.43º50.68%86.67%-
XYZ43.1859.3766.94-
YUV185.69138.8973.3-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.37%
GREEN value IS 221 (86.72% from 255) = 41.31%
BLUE value IS 205 (80.47% from 255) = 38.32%
R=20.37%
G=41.31%
B=38.32%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1092212050.5100.070.13171.4362.2264.71
Hex6DDDCD3307Dab3e41
Octal15533531563071525376101
Binary1101101110111011100110111001101111101101010111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6dddcd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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