#6DDBB5

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

Shades of Downy #6DDBB5

Tints of Downy #6DDBB5

Color information

#6DDBB5 (or 0x6DDBB5) is unknown color: approx Downy. HEX triplet: 6D, DB and B5. RGB value is (109,219,181). Sum of RGB (Red+Green+Blue) = 109+219+181=509 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.41% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 181 (71.09% from 255 or 35.56% from 509); Max value from RGB is 219 - color contains mainly: green. Hex color #6DDBB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDBB5 is #92244A. Grayscale: #B5B5B5. Windows color (decimal): -9577547 or 11918189. OLE color: 11918189.

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

Color convert

RGB109219181-
CMYK0.5000.170.14
HSL159.27º60.44%64.31%-
HSV(B)159.27º50.23%85.88%-
XYZ39.9857.2552.66-
YUV181.78127.5676.09-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.41%
GREEN value IS 219 (85.94% from 255) = 43.03%
BLUE value IS 181 (71.09% from 255) = 35.56%
R=21.41%
G=43.03%
B=35.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1092191810.5000.170.14159.2760.4464.31
Hex6DDBB532011E9f3c40
Octal155333265620211623774100
Binary110110111011011101101011100100100011110100111111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,219,181); }

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

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

 a { background-color: rgb(109,219,181); }

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

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

 span { border-color: rgb(109,219,181); }

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