Html Css Color HEX #6DD5BA Downy

📋 copy color: '#6DD5BA'

red 109 ◦ green 213 ◦ blue 186

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

Shades of Downy #6DD5BA

Tints of Downy #6DD5BA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.93%

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

R = 21.46%
G = 41.93%
B = 36.61%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#6DD5BA (or 0x6DD5BA) is known color: Downy. HEX triplet: 6D, D5 and BA. RGB value is (109,213,186). Sum of RGB (Red+Green+Blue) = 109+213+186=508 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.46% from 508); Green value is 213 (83.59% from 255 or 41.93% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 213 - color contains mainly: green. Hex color #6DD5BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD5BA is #922A45. Grayscale: #B2B2B2. Windows color (decimal): -9579078 or 12244333. OLE color: 12244333.

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

Color convert

RGB 109 213 186 -
CMYK 0.49 0 0.13 0.16
HSL 164.42º 0.55% 0.63% -
HSV(B) 164.42º 0.49% 0.84% -
XYZ 38.96 54.38 54.9 -
YUV 178.83 132.04 78.2 -
System Red Green Blue C M Y K H S L
Decimal 109 213 186 0.49 0 0.13 0.16 164.42 0.55 0.63
Hex 6D D5 BA 31 0 D 10 A4 37 3F
Octal 155 325 272 61 0 15 20 244 67 77
Binary 1101101 11010101 10111010 110001 0 1101 10000 10100100 110111 111111

Color Harmonies of #6DD5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DD5BA

Black with #6DD5BA

Text Example


Text Example

White with #6DD5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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