#6DDAD2

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

Shades of Downy #6DDAD2

Tints of Downy #6DDAD2

Color information

#6DDAD2 (or 0x6DDAD2) is unknown color: approx Downy. HEX triplet: 6D, DA and D2. RGB value is (109,218,210). Sum of RGB (Red+Green+Blue) = 109+218+210=537 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.30% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 210 (82.42% from 255 or 39.11% from 537); Max value from RGB is 218 - color contains mainly: green. Hex color #6DDAD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDAD2 is #92252D. Grayscale: #B8B8B8. Windows color (decimal): -9577774 or 13818477. OLE color: 13818477.

HSL color Cylindrical-coordinate representation of color #6DDAD2: hue angle of 175.6º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DDAD2 is Cyan = 0.5, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB109218210-
CMYK0.500.040.15
HSL175.6º59.56%64.12%-
HSV(B)175.6º50%85.49%-
XYZ43.0158.0569.91-
YUV184.5142.3974.15-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.30%
GREEN value IS 218 (85.55% from 255) = 40.60%
BLUE value IS 210 (82.42% from 255) = 39.11%
R=20.30%
G=40.60%
B=39.11%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1092182100.500.040.15175.659.5664.12
Hex6DDAD23204Fb03c40
Octal15533232262041726074100
Binary1101101110110101101001011001001001111101100001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,218,210); }

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

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

 a { background-color: rgb(109,218,210); }

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

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

 span { border-color: rgb(109,218,210); }

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