#6DD8CD

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

Shades of Downy #6DD8CD

Tints of Downy #6DD8CD

Color information

#6DD8CD (or 0x6DD8CD) is unknown color: approx Downy. HEX triplet: 6D, D8 and CD. RGB value is (109,216,205). Sum of RGB (Red+Green+Blue) = 109+216+205=530 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.57% from 530); Green value is 216 (84.77% from 255 or 40.75% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 216 - color contains mainly: green. Hex color #6DD8CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD8CD is #922732. Grayscale: #B6B6B6. Windows color (decimal): -9578291 or 13490285. OLE color: 13490285.

HSL color Cylindrical-coordinate representation of color #6DD8CD: hue angle of 173.83º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DD8CD is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB109216205-
CMYK0.5000.050.15
HSL173.83º57.84%63.73%-
HSV(B)173.83º49.54%84.71%-
XYZ41.8856.7766.51-
YUV182.75140.5575.39-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.57%
GREEN value IS 216 (84.77% from 255) = 40.75%
BLUE value IS 205 (80.47% from 255) = 38.68%
R=20.57%
G=40.75%
B=38.68%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1092162050.5000.050.15173.8357.8463.73
Hex6DD8CD3205Fae3a40
Octal15533031562051725672100
Binary1101101110110001100110111001001011111101011101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DD8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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