Html Css Color HEX #6DD2CD Downy

📋 copy color: '#6DD2CD'

red 109 ◦ green 210 ◦ blue 205

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

Shades of Downy #6DD2CD

Tints of Downy #6DD2CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.12%

R = 20.8%
G = 40.08%
B = 39.12%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#6DD2CD (or 0x6DD2CD) is known color: Downy. HEX triplet: 6D, D2 and CD. RGB value is (109,210,205). Sum of RGB (Red+Green+Blue) = 109+210+205=524 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.80% from 524); Green value is 210 (82.42% from 255 or 40.08% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 210 - color contains mainly: green. Hex color #6DD2CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD2CD is #922D32. Grayscale: #B3B3B3. Windows color (decimal): -9579827 or 13488749. OLE color: 13488749.

HSL color Cylindrical-coordinate representation of color #6DD2CD: hue angle of 177.03º 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 #6DD2CD is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 109 210 205 -
CMYK 0.48 0 0.02 0.18
HSL 177.03º 0.53% 0.63% -
HSV(B) 177.03º 0.48% 0.82% -
XYZ 40.37 53.75 66 -
YUV 179.23 142.54 77.91 -
System Red Green Blue C M Y K H S L
Decimal 109 210 205 0.48 0 0.02 0.18 177.03 0.53 0.63
Hex 6D D2 CD 30 0 2 12 B1 35 3F
Octal 155 322 315 60 0 2 22 261 65 77
Binary 1101101 11010010 11001101 110000 0 10 10010 10110001 110101 111111

Color Harmonies of #6DD2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DD2CD

Black with #6DD2CD

Text Example


Text Example

White with #6DD2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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