Html Css Color HEX #6DD1B7 Downy

📋 copy color: '#6DD1B7'

red 109 ◦ green 209 ◦ blue 183

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

Shades of Downy #6DD1B7

Tints of Downy #6DD1B7

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.72%

 BLUE value IS 183 (71.88% from 255) = 36.53%

R = 21.76%
G = 41.72%
B = 36.53%

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

#6DD1B7 (or 0x6DD1B7) is known color: Downy. HEX triplet: 6D, D1 and B7. RGB value is (109,209,183). Sum of RGB (Red+Green+Blue) = 109+209+183=501 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.76% from 501); Green value is 209 (82.03% from 255 or 41.72% from 501); Blue value is 183 (71.88% from 255 or 36.53% from 501); Max value from RGB is 209 - color contains mainly: green. Hex color #6DD1B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD1B7 is #922E48. Grayscale: #B0B0B0. Windows color (decimal): -9580105 or 12046701. OLE color: 12046701.

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

Color convert

RGB 109 209 183 -
CMYK 0.48 0 0.12 0.18
HSL 164.4º 0.52% 0.62% -
HSV(B) 164.4º 0.48% 0.82% -
XYZ 37.65 52.27 52.9 -
YUV 176.14 131.87 80.11 -
System Red Green Blue C M Y K H S L
Decimal 109 209 183 0.48 0 0.12 0.18 164.4 0.52 0.62
Hex 6D D1 B7 30 0 C 12 A4 34 3E
Octal 155 321 267 60 0 14 22 244 64 76
Binary 1101101 11010001 10110111 110000 0 1100 10010 10100100 110100 111110

Color Harmonies of #6DD1B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DD1B7

Black with #6DD1B7

Text Example


Text Example

White with #6DD1B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,209,183); }

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

background-color css

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

 a { background-color: rgb(109,209,183); }

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

border-color css

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

 span { border-color: rgb(109,209,183); }

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