#6DD7C8

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

Shades of Downy #6DD7C8

Tints of Downy #6DD7C8

Color information

#6DD7C8 (or 0x6DD7C8) is unknown color: approx Downy. HEX triplet: 6D, D7 and C8. RGB value is (109,215,200). Sum of RGB (Red+Green+Blue) = 109+215+200=524 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.80% from 524); Green value is 215 (84.38% from 255 or 41.03% from 524); Blue value is 200 (78.52% from 255 or 38.17% from 524); Max value from RGB is 215 - color contains mainly: green. Hex color #6DD7C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD7C8 is #922837. Grayscale: #B5B5B5. Windows color (decimal): -9578552 or 13162349. OLE color: 13162349.

HSL color Cylindrical-coordinate representation of color #6DD7C8: hue angle of 171.51º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6DD7C8 is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB109215200-
CMYK0.4900.070.16
HSL171.51º56.99%63.53%-
HSV(B)171.51º49.3%84.31%-
XYZ41.0356.0263.29-
YUV181.6138.3876.22-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.80%
GREEN value IS 215 (84.38% from 255) = 41.03%
BLUE value IS 200 (78.52% from 255) = 38.17%
R=20.80%
G=41.03%
B=38.17%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1092152000.4900.070.16171.5156.9963.53
Hex6DD7C8310710ac3940
Octal15532731061072025471100
Binary11011011101011111001000110001011110000101011001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DD7C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,215,200); }

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

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

 a { background-color: rgb(109,215,200); }

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

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

 span { border-color: rgb(109,215,200); }

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