Html Css Color HEX #6EDED1 Downy

📋 copy color: '#6EDED1'

red 110 ◦ green 222 ◦ blue 209

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

Shades of Downy #6EDED1

Tints of Downy #6EDED1

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.04%

 BLUE value IS 209 (82.03% from 255) = 38.63%

R = 20.33%
G = 41.04%
B = 38.63%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#6EDED1 (or 0x6EDED1) is known color: Downy. HEX triplet: 6E, DE and D1. RGB value is (110,222,209). Sum of RGB (Red+Green+Blue) = 110+222+209=541 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.33% from 541); Green value is 222 (87.11% from 255 or 41.04% from 541); Blue value is 209 (82.03% from 255 or 38.63% from 541); Max value from RGB is 222 - color contains mainly: green. Hex color #6EDED1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDED1 is #91212E. Grayscale: #BABABA. Windows color (decimal): -9511215 or 13753966. OLE color: 13753966.

HSL color Cylindrical-coordinate representation of color #6EDED1: hue angle of 173.04º degrees, saturation: 0.63, 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 #6EDED1 is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 110 222 209 -
CMYK 0.50 0 0.06 0.13
HSL 173.04º 0.63% 0.65% -
HSV(B) 173.04º 0.5% 0.87% -
XYZ 44.06 60.16 69.61 -
YUV 187.03 140.39 73.06 -
System Red Green Blue C M Y K H S L
Decimal 110 222 209 0.50 0 0.06 0.13 173.04 0.63 0.65
Hex 6E DE D1 32 0 6 D AD 3F 41
Octal 156 336 321 62 0 6 15 255 77 101
Binary 1101110 11011110 11010001 110010 0 110 1101 10101101 111111 1000001

Color Harmonies of #6EDED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDED1

Black with #6EDED1

Text Example


Text Example

White with #6EDED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,222,209); }

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

background-color css

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

 a { background-color: rgb(110,222,209); }

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

border-color css

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

 span { border-color: rgb(110,222,209); }

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