#6DD7C3

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

Shades of Downy #6DD7C3

Tints of Downy #6DD7C3

Color information

#6DD7C3 (or 0x6DD7C3) is unknown color: approx Downy. HEX triplet: 6D, D7 and C3. RGB value is (109,215,195). Sum of RGB (Red+Green+Blue) = 109+215+195=519 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.00% from 519); Green value is 215 (84.38% from 255 or 41.43% from 519); Blue value is 195 (76.56% from 255 or 37.57% from 519); Max value from RGB is 215 - color contains mainly: green. Hex color #6DD7C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD7C3 is #92283C. Grayscale: #B4B4B4. Windows color (decimal): -9578557 or 12834669. OLE color: 12834669.

HSL color Cylindrical-coordinate representation of color #6DD7C3: hue angle of 168.68º 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 #6DD7C3 is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB109215195-
CMYK0.4900.090.16
HSL168.68º56.99%63.53%-
HSV(B)168.68º49.3%84.31%-
XYZ40.4655.7960.27-
YUV181.03135.8876.63-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.00%
GREEN value IS 215 (84.38% from 255) = 41.43%
BLUE value IS 195 (76.56% from 255) = 37.57%
R=21.00%
G=41.43%
B=37.57%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1092151950.4900.090.16168.6856.9963.53
Hex6DD7C3310910a93940
Octal155327303610112025171100
Binary110110111010111110000111100010100110000101010011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DD7C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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