Html Css Color HEX #6DDDB5 Downy

📋 copy color: '#6DDDB5'

red 109 ◦ green 221 ◦ blue 181

#6DDDB5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Downy #6DDDB5

Tints of Downy #6DDDB5

RGB

 RED value IS 109 (42.97% from 255) = 21.33%

 GREEN value IS 221 (86.72% from 255) = 43.25%

 BLUE value IS 181 (71.09% from 255) = 35.42%

R = 21.33%
G = 43.25%
B = 35.42%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#6DDDB5 (or 0x6DDDB5) is known color: Downy. HEX triplet: 6D, DD and B5. RGB value is (109,221,181). Sum of RGB (Red+Green+Blue) = 109+221+181=511 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.33% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 181 (71.09% from 255 or 35.42% from 511); Max value from RGB is 221 - color contains mainly: green. Hex color #6DDDB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDDB5 is #92224A. Grayscale: #B6B6B6. Windows color (decimal): -9577035 or 11918701. OLE color: 11918701.

HSL color Cylindrical-coordinate representation of color #6DDDB5: hue angle of 158.57º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DDDB5 is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 109 221 181 -
CMYK 0.51 0 0.18 0.13
HSL 158.57º 0.62% 0.65% -
HSV(B) 158.57º 0.51% 0.87% -
XYZ 40.5 58.3 52.83 -
YUV 182.95 126.89 75.25 -
System Red Green Blue C M Y K H S L
Decimal 109 221 181 0.51 0 0.18 0.13 158.57 0.62 0.65
Hex 6D DD B5 33 0 12 D 9F 3E 41
Octal 155 335 265 63 0 22 15 237 76 101
Binary 1101101 11011101 10110101 110011 0 10010 1101 10011111 111110 1000001

Color Harmonies of #6DDDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDDB5

Black with #6DDDB5

Text Example


Text Example

White with #6DDDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6DDDB5;
 }
 .AnyTagClassName
 {
   color: #6DDDB5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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