#6DD7C7

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

Shades of Downy #6DD7C7

Tints of Downy #6DD7C7

Color information

#6DD7C7 (or 0x6DD7C7) is unknown color: approx Downy. HEX triplet: 6D, D7 and C7. RGB value is (109,215,199). Sum of RGB (Red+Green+Blue) = 109+215+199=523 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.84% from 523); Green value is 215 (84.38% from 255 or 41.11% from 523); Blue value is 199 (78.12% from 255 or 38.05% from 523); Max value from RGB is 215 - color contains mainly: green. Hex color #6DD7C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD7C7 is #922838. Grayscale: #B5B5B5. Windows color (decimal): -9578553 or 13096813. OLE color: 13096813.

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

Color convert

RGB109215199-
CMYK0.4900.070.16
HSL170.94º56.99%63.53%-
HSV(B)170.94º49.3%84.31%-
XYZ40.9255.9862.68-
YUV181.48137.8876.3-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.84%
GREEN value IS 215 (84.38% from 255) = 41.11%
BLUE value IS 199 (78.12% from 255) = 38.05%
R=20.84%
G=41.11%
B=38.05%

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
Decimal1092151990.4900.070.16170.9456.9963.53
Hex6DD7C7310710ab3940
Octal15532730761072025371100
Binary11011011101011111000111110001011110000101010111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DD7C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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