Html Css Color HEX #6DD8B6 Downy

📋 copy color: '#6DD8B6'

red 109 ◦ green 216 ◦ blue 182

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

Shades of Downy #6DD8B6

Tints of Downy #6DD8B6

RGB

 RED value IS 109 (42.97% from 255) = 21.5%

 GREEN value IS 216 (84.77% from 255) = 42.6%

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

R = 21.5%
G = 42.6%
B = 35.9%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#6DD8B6 (or 0x6DD8B6) is known color: Downy. HEX triplet: 6D, D8 and B6. RGB value is (109,216,182). Sum of RGB (Red+Green+Blue) = 109+216+182=507 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.50% from 507); Green value is 216 (84.77% from 255 or 42.60% from 507); Blue value is 182 (71.48% from 255 or 35.90% from 507); Max value from RGB is 216 - color contains mainly: green. Hex color #6DD8B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD8B6 is #922749. Grayscale: #B4B4B4. Windows color (decimal): -9578314 or 11982957. OLE color: 11982957.

HSL color Cylindrical-coordinate representation of color #6DD8B6: hue angle of 160.93º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DD8B6 is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 109 216 182 -
CMYK 0.50 0 0.16 0.15
HSL 160.93º 0.58% 0.64% -
HSV(B) 160.93º 0.5% 0.85% -
XYZ 39.31 55.74 52.94 -
YUV 180.13 129.05 77.26 -
System Red Green Blue C M Y K H S L
Decimal 109 216 182 0.50 0 0.16 0.15 160.93 0.58 0.64
Hex 6D D8 B6 32 0 10 F A1 3A 40
Octal 155 330 266 62 0 20 17 241 72 100
Binary 1101101 11011000 10110110 110010 0 10000 1111 10100001 111010 1000000

Color Harmonies of #6DD8B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DD8B6

Black with #6DD8B6

Text Example


Text Example

White with #6DD8B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,216,182); }

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

background-color css

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

 a { background-color: rgb(109,216,182); }

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

border-color css

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

 span { border-color: rgb(109,216,182); }

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