#6DDCC1

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

Shades of Downy #6DDCC1

Tints of Downy #6DDCC1

Color information

#6DDCC1 (or 0x6DDCC1) is unknown color: approx Downy. HEX triplet: 6D, DC and C1. RGB value is (109,220,193). Sum of RGB (Red+Green+Blue) = 109+220+193=522 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.88% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 193 (75.78% from 255 or 36.97% from 522); Max value from RGB is 220 - color contains mainly: green. Hex color #6DDCC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDCC1 is #92233E. Grayscale: #B7B7B7. Windows color (decimal): -9577279 or 12704877. OLE color: 12704877.

HSL color Cylindrical-coordinate representation of color #6DDCC1: hue angle of 165.41º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DDCC1 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB109220193-
CMYK0.5000.120.14
HSL165.41º61.33%64.51%-
HSV(B)165.41º50.45%86.27%-
XYZ41.5358.2959.51-
YUV183.73133.2374.7-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.88%
GREEN value IS 220 (86.33% from 255) = 42.15%
BLUE value IS 193 (75.78% from 255) = 36.97%
R=20.88%
G=42.15%
B=36.97%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1092201930.5000.120.14165.4161.3364.51
Hex6DDCC1320CEa53d41
Octal155334301620141624575101
Binary11011011101110011000001110010011001110101001011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,220,193); }

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

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

 a { background-color: rgb(109,220,193); }

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

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

 span { border-color: rgb(109,220,193); }

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