#6DD7CA

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

Shades of Downy #6DD7CA

Tints of Downy #6DD7CA

Color information

#6DD7CA (or 0x6DD7CA) is unknown color: approx Downy. HEX triplet: 6D, D7 and CA. RGB value is (109,215,202). Sum of RGB (Red+Green+Blue) = 109+215+202=526 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.72% from 526); Green value is 215 (84.38% from 255 or 40.87% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 215 - color contains mainly: green. Hex color #6DD7CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD7CA is #922835. Grayscale: #B5B5B5. Windows color (decimal): -9578550 or 13293421. OLE color: 13293421.

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

Color convert

RGB109215202-
CMYK0.4900.060.16
HSL172.64º56.99%63.53%-
HSV(B)172.64º49.3%84.31%-
XYZ41.2756.1264.53-
YUV181.82139.3876.06-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.72%
GREEN value IS 215 (84.38% from 255) = 40.87%
BLUE value IS 202 (79.30% from 255) = 38.40%
R=20.72%
G=40.87%
B=38.40%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1092152020.4900.060.16172.6456.9963.53
Hex6DD7CA310610ad3940
Octal15532731261062025571100
Binary11011011101011111001010110001011010000101011011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DD7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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