Html Css Color HEX #6EDCB4 Downy

📋 copy color: '#6EDCB4'

red 110 ◦ green 220 ◦ blue 180

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

Shades of Downy #6EDCB4

Tints of Downy #6EDCB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.29%

R = 21.57%
G = 43.14%
B = 35.29%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#6EDCB4 (or 0x6EDCB4) is known color: Downy. HEX triplet: 6E, DC and B4. RGB value is (110,220,180). Sum of RGB (Red+Green+Blue) = 110+220+180=510 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.57% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 180 (70.70% from 255 or 35.29% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #6EDCB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDCB4 is #91234B. Grayscale: #B6B6B6. Windows color (decimal): -9511756 or 11852910. OLE color: 11852910.

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

Color convert

RGB 110 220 180 -
CMYK 0.50 0 0.18 0.14
HSL 158.18º 0.61% 0.65% -
HSV(B) 158.18º 0.5% 0.86% -
XYZ 40.26 57.8 52.21 -
YUV 182.55 126.56 76.25 -
System Red Green Blue C M Y K H S L
Decimal 110 220 180 0.50 0 0.18 0.14 158.18 0.61 0.65
Hex 6E DC B4 32 0 12 E 9E 3D 41
Octal 156 334 264 62 0 22 16 236 75 101
Binary 1101110 11011100 10110100 110010 0 10010 1110 10011110 111101 1000001

Color Harmonies of #6EDCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDCB4

Black with #6EDCB4

Text Example


Text Example

White with #6EDCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,220,180); }

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

background-color css

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

 a { background-color: rgb(110,220,180); }

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

border-color css

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

 span { border-color: rgb(110,220,180); }

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