Html Css Color HEX #6DDCB9 Downy

📋 copy color: '#6DDCB9'

red 109 ◦ green 220 ◦ blue 185

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

Shades of Downy #6DDCB9

Tints of Downy #6DDCB9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.8%

 BLUE value IS 185 (72.66% from 255) = 35.99%

R = 21.21%
G = 42.8%
B = 35.99%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#6DDCB9 (or 0x6DDCB9) is known color: Downy. HEX triplet: 6D, DC and B9. RGB value is (109,220,185). Sum of RGB (Red+Green+Blue) = 109+220+185=514 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.21% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 185 (72.66% from 255 or 35.99% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #6DDCB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDCB9 is #922346. Grayscale: #B6B6B6. Windows color (decimal): -9577287 or 12180589. OLE color: 12180589.

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

Color convert

RGB 109 220 185 -
CMYK 0.50 0 0.16 0.14
HSL 161.08º 0.61% 0.65% -
HSV(B) 161.08º 0.5% 0.86% -
XYZ 40.66 57.94 54.94 -
YUV 182.82 129.23 75.35 -
System Red Green Blue C M Y K H S L
Decimal 109 220 185 0.50 0 0.16 0.14 161.08 0.61 0.65
Hex 6D DC B9 32 0 10 E A1 3D 41
Octal 155 334 271 62 0 20 16 241 75 101
Binary 1101101 11011100 10111001 110010 0 10000 1110 10100001 111101 1000001

Color Harmonies of #6DDCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDCB9

Black with #6DDCB9

Text Example


Text Example

White with #6DDCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,220,185); }

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

background-color css

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

 a { background-color: rgb(109,220,185); }

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

border-color css

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

 span { border-color: rgb(109,220,185); }

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