Html Css Color HEX #6ED7B6 Downy

📋 copy color: '#6ED7B6'

red 110 ◦ green 215 ◦ blue 182

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

Shades of Downy #6ED7B6

Tints of Downy #6ED7B6

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.41%

 BLUE value IS 182 (71.48% from 255) = 35.9%

R = 21.7%
G = 42.41%
B = 35.9%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#6ED7B6 (or 0x6ED7B6) is known color: Downy. HEX triplet: 6E, D7 and B6. RGB value is (110,215,182). Sum of RGB (Red+Green+Blue) = 110+215+182=507 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.70% from 507); Green value is 215 (84.38% from 255 or 42.41% from 507); Blue value is 182 (71.48% from 255 or 35.90% from 507); Max value from RGB is 215 - color contains mainly: green. Hex color #6ED7B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED7B6 is #912849. Grayscale: #B3B3B3. Windows color (decimal): -9513034 or 11982702. OLE color: 11982702.

HSL color Cylindrical-coordinate representation of color #6ED7B6: hue angle of 161.14º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ED7B6 is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 110 215 182 -
CMYK 0.49 0 0.15 0.16
HSL 161.14º 0.57% 0.64% -
HSV(B) 161.14º 0.49% 0.84% -
XYZ 39.17 55.29 52.86 -
YUV 179.84 129.21 78.18 -
System Red Green Blue C M Y K H S L
Decimal 110 215 182 0.49 0 0.15 0.16 161.14 0.57 0.64
Hex 6E D7 B6 31 0 F 10 A1 39 40
Octal 156 327 266 61 0 17 20 241 71 100
Binary 1101110 11010111 10110110 110001 0 1111 10000 10100001 111001 1000000

Color Harmonies of #6ED7B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED7B6

Black with #6ED7B6

Text Example


Text Example

White with #6ED7B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,215,182); }

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

background-color css

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

 a { background-color: rgb(110,215,182); }

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

border-color css

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

 span { border-color: rgb(110,215,182); }

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