Html Css Color HEX #6EDDB7 Downy

📋 copy color: '#6EDDB7'

red 110 ◦ green 221 ◦ blue 183

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

Shades of Downy #6EDDB7

Tints of Downy #6EDDB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.6%

R = 21.4%
G = 43%
B = 35.6%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#6EDDB7 (or 0x6EDDB7) is known color: Downy. HEX triplet: 6E, DD and B7. RGB value is (110,221,183). Sum of RGB (Red+Green+Blue) = 110+221+183=514 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.40% from 514); Green value is 221 (86.72% from 255 or 43.00% from 514); Blue value is 183 (71.88% from 255 or 35.60% from 514); Max value from RGB is 221 - color contains mainly: green. Hex color #6EDDB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDDB7 is #912248. Grayscale: #B7B7B7. Windows color (decimal): -9511497 or 12049774. OLE color: 12049774.

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

Color convert

RGB 110 221 183 -
CMYK 0.50 0 0.17 0.13
HSL 159.46º 0.62% 0.65% -
HSV(B) 159.46º 0.5% 0.87% -
XYZ 40.83 58.45 53.93 -
YUV 183.48 127.73 75.59 -
System Red Green Blue C M Y K H S L
Decimal 110 221 183 0.50 0 0.17 0.13 159.46 0.62 0.65
Hex 6E DD B7 32 0 11 D 9F 3E 41
Octal 156 335 267 62 0 21 15 237 76 101
Binary 1101110 11011101 10110111 110010 0 10001 1101 10011111 111110 1000001

Color Harmonies of #6EDDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDDB7

Black with #6EDDB7

Text Example


Text Example

White with #6EDDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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