Html Css Color HEX #6DD2B9 Downy

📋 copy color: '#6DD2B9'

red 109 ◦ green 210 ◦ blue 185

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

Shades of Downy #6DD2B9

Tints of Downy #6DD2B9

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.67%

 BLUE value IS 185 (72.66% from 255) = 36.71%

R = 21.63%
G = 41.67%
B = 36.71%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#6DD2B9 (or 0x6DD2B9) is known color: Downy. HEX triplet: 6D, D2 and B9. RGB value is (109,210,185). Sum of RGB (Red+Green+Blue) = 109+210+185=504 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.63% from 504); Green value is 210 (82.42% from 255 or 41.67% from 504); Blue value is 185 (72.66% from 255 or 36.71% from 504); Max value from RGB is 210 - color contains mainly: green. Hex color #6DD2B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD2B9 is #922D46. Grayscale: #B0B0B0. Windows color (decimal): -9579847 or 12178029. OLE color: 12178029.

HSL color Cylindrical-coordinate representation of color #6DD2B9: hue angle of 165.15º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6DD2B9 is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 109 210 185 -
CMYK 0.48 0 0.12 0.18
HSL 165.15º 0.53% 0.63% -
HSV(B) 165.15º 0.48% 0.82% -
XYZ 38.11 52.85 54.09 -
YUV 176.95 132.54 79.53 -
System Red Green Blue C M Y K H S L
Decimal 109 210 185 0.48 0 0.12 0.18 165.15 0.53 0.63
Hex 6D D2 B9 30 0 C 12 A5 35 3F
Octal 155 322 271 60 0 14 22 245 65 77
Binary 1101101 11010010 10111001 110000 0 1100 10010 10100101 110101 111111

Color Harmonies of #6DD2B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DD2B9

Black with #6DD2B9

Text Example


Text Example

White with #6DD2B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,210,185); }

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

background-color css

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

 a { background-color: rgb(109,210,185); }

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

border-color css

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

 span { border-color: rgb(109,210,185); }

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