Html Css Color HEX #6EDDB9 Downy

📋 copy color: '#6EDDB9'

red 110 ◦ green 221 ◦ blue 185

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

Shades of Downy #6EDDB9

Tints of Downy #6EDDB9

RGB

 RED value IS 110 (43.36% from 255) = 21.32%

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

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

R = 21.32%
G = 42.83%
B = 35.85%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#6EDDB9 (or 0x6EDDB9) is known color: Downy. HEX triplet: 6E, DD and B9. RGB value is (110,221,185). Sum of RGB (Red+Green+Blue) = 110+221+185=516 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.32% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 185 (72.66% from 255 or 35.85% from 516); Max value from RGB is 221 - color contains mainly: green. Hex color #6EDDB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDDB9 is #912246. Grayscale: #B7B7B7. Windows color (decimal): -9511495 or 12180846. OLE color: 12180846.

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

Color convert

RGB 110 221 185 -
CMYK 0.50 0 0.16 0.13
HSL 160.54º 0.62% 0.65% -
HSV(B) 160.54º 0.5% 0.87% -
XYZ 41.04 58.53 55.03 -
YUV 183.71 128.73 75.43 -
System Red Green Blue C M Y K H S L
Decimal 110 221 185 0.50 0 0.16 0.13 160.54 0.62 0.65
Hex 6E DD B9 32 0 10 D A1 3E 41
Octal 156 335 271 62 0 20 15 241 76 101
Binary 1101110 11011101 10111001 110010 0 10000 1101 10100001 111110 1000001

Color Harmonies of #6EDDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDDB9

Black with #6EDDB9

Text Example


Text Example

White with #6EDDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,221,185); }

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

background-color css

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

 a { background-color: rgb(110,221,185); }

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

border-color css

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

 span { border-color: rgb(110,221,185); }

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