Html Css Color HEX #6DDDCD Downy

📋 copy color: '#6DDDCD'

red 109 ◦ green 221 ◦ blue 205

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

Shades of Downy #6DDDCD

Tints of Downy #6DDDCD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.31%

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

R = 20.37%
G = 41.31%
B = 38.32%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#6DDDCD (or 0x6DDDCD) is known color: Downy. HEX triplet: 6D, DD and CD. RGB value is (109,221,205). Sum of RGB (Red+Green+Blue) = 109+221+205=535 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.37% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #6DDDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDDCD is #922232. Grayscale: #B9B9B9. Windows color (decimal): -9577011 or 13491565. OLE color: 13491565.

HSL color Cylindrical-coordinate representation of color #6DDDCD: hue angle of 171.43º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DDDCD is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 109 221 205 -
CMYK 0.51 0 0.07 0.13
HSL 171.43º 0.62% 0.65% -
HSV(B) 171.43º 0.51% 0.87% -
XYZ 43.18 59.37 66.94 -
YUV 185.69 138.89 73.3 -
System Red Green Blue C M Y K H S L
Decimal 109 221 205 0.51 0 0.07 0.13 171.43 0.62 0.65
Hex 6D DD CD 33 0 7 D AB 3E 41
Octal 155 335 315 63 0 7 15 253 76 101
Binary 1101101 11011101 11001101 110011 0 111 1101 10101011 111110 1000001

Color Harmonies of #6DDDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDDCD

Black with #6DDDCD

Text Example


Text Example

White with #6DDDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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