Html Css Color HEX #6DD9BD Downy

📋 copy color: '#6DD9BD'

red 109 ◦ green 217 ◦ blue 189

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

Shades of Downy #6DD9BD

Tints of Downy #6DD9BD

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.14%

 BLUE value IS 189 (74.22% from 255) = 36.7%

R = 21.17%
G = 42.14%
B = 36.7%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#6DD9BD (or 0x6DD9BD) is known color: Downy. HEX triplet: 6D, D9 and BD. RGB value is (109,217,189). Sum of RGB (Red+Green+Blue) = 109+217+189=515 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.17% from 515); Green value is 217 (85.16% from 255 or 42.14% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 217 - color contains mainly: green. Hex color #6DD9BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD9BD is #922642. Grayscale: #B5B5B5. Windows color (decimal): -9578051 or 12441965. OLE color: 12441965.

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

Color convert

RGB 109 217 189 -
CMYK 0.50 0 0.13 0.15
HSL 164.44º 0.59% 0.64% -
HSV(B) 164.44º 0.5% 0.85% -
XYZ 40.3 56.55 56.94 -
YUV 181.52 132.22 76.28 -
System Red Green Blue C M Y K H S L
Decimal 109 217 189 0.50 0 0.13 0.15 164.44 0.59 0.64
Hex 6D D9 BD 32 0 D F A4 3B 40
Octal 155 331 275 62 0 15 17 244 73 100
Binary 1101101 11011001 10111101 110010 0 1101 1111 10100100 111011 1000000

Color Harmonies of #6DD9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DD9BD

Black with #6DD9BD

Text Example


Text Example

White with #6DD9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,217,189); }

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

background-color css

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

 a { background-color: rgb(109,217,189); }

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

border-color css

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

 span { border-color: rgb(109,217,189); }

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