Html Css Color HEX #6EDECD Downy

📋 copy color: '#6EDECD'

red 110 ◦ green 222 ◦ blue 205

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

Shades of Downy #6EDECD

Tints of Downy #6EDECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.18%

R = 20.48%
G = 41.34%
B = 38.18%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#6EDECD (or 0x6EDECD) is known color: Downy. HEX triplet: 6E, DE and CD. RGB value is (110,222,205). Sum of RGB (Red+Green+Blue) = 110+222+205=537 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.48% from 537); Green value is 222 (87.11% from 255 or 41.34% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 222 - color contains mainly: green. Hex color #6EDECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDECD is #912132. Grayscale: #BABABA. Windows color (decimal): -9511219 or 13491822. OLE color: 13491822.

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

Color convert

RGB 110 222 205 -
CMYK 0.50 0 0.08 0.13
HSL 170.89º 0.63% 0.65% -
HSV(B) 170.89º 0.5% 0.87% -
XYZ 43.57 59.97 67.04 -
YUV 186.57 138.39 73.38 -
System Red Green Blue C M Y K H S L
Decimal 110 222 205 0.50 0 0.08 0.13 170.89 0.63 0.65
Hex 6E DE CD 32 0 8 D AB 3F 41
Octal 156 336 315 62 0 10 15 253 77 101
Binary 1101110 11011110 11001101 110010 0 1000 1101 10101011 111111 1000001

Color Harmonies of #6EDECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDECD

Black with #6EDECD

Text Example


Text Example

White with #6EDECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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