Html Css Color HEX #6DD9BA Downy

📋 copy color: '#6DD9BA'

red 109 ◦ green 217 ◦ blue 186

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

Shades of Downy #6DD9BA

Tints of Downy #6DD9BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.33%

R = 21.29%
G = 42.38%
B = 36.33%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#6DD9BA (or 0x6DD9BA) is known color: Downy. HEX triplet: 6D, D9 and BA. RGB value is (109,217,186). Sum of RGB (Red+Green+Blue) = 109+217+186=512 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.29% from 512); Green value is 217 (85.16% from 255 or 42.38% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 217 - color contains mainly: green. Hex color #6DD9BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD9BA is #922645. Grayscale: #B5B5B5. Windows color (decimal): -9578054 or 12245357. OLE color: 12245357.

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

Color convert

RGB 109 217 186 -
CMYK 0.50 0 0.14 0.15
HSL 162.78º 0.59% 0.64% -
HSV(B) 162.78º 0.5% 0.85% -
XYZ 39.98 56.42 55.24 -
YUV 181.17 130.72 76.52 -
System Red Green Blue C M Y K H S L
Decimal 109 217 186 0.50 0 0.14 0.15 162.78 0.59 0.64
Hex 6D D9 BA 32 0 E F A3 3B 40
Octal 155 331 272 62 0 16 17 243 73 100
Binary 1101101 11011001 10111010 110010 0 1110 1111 10100011 111011 1000000

Color Harmonies of #6DD9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DD9BA

Black with #6DD9BA

Text Example


Text Example

White with #6DD9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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