Html Css Color HEX #6DDDD2 Downy

📋 copy color: '#6DDDD2'

red 109 ◦ green 221 ◦ blue 210

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

Shades of Downy #6DDDD2

Tints of Downy #6DDDD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.89%

R = 20.19%
G = 40.93%
B = 38.89%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#6DDDD2 (or 0x6DDDD2) is known color: Downy. HEX triplet: 6D, DD and D2. RGB value is (109,221,210). Sum of RGB (Red+Green+Blue) = 109+221+210=540 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.19% from 540); Green value is 221 (86.72% from 255 or 40.93% from 540); Blue value is 210 (82.42% from 255 or 38.89% from 540); Max value from RGB is 221 - color contains mainly: green. Hex color #6DDDD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDDD2 is #92222D. Grayscale: #BABABA. Windows color (decimal): -9577006 or 13819245. OLE color: 13819245.

HSL color Cylindrical-coordinate representation of color #6DDDD2: hue angle of 174.11º 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 #6DDDD2 is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 109 221 210 -
CMYK 0.51 0 0.05 0.13
HSL 174.11º 0.62% 0.65% -
HSV(B) 174.11º 0.51% 0.87% -
XYZ 43.8 59.62 70.17 -
YUV 186.26 141.39 72.89 -
System Red Green Blue C M Y K H S L
Decimal 109 221 210 0.51 0 0.05 0.13 174.11 0.62 0.65
Hex 6D DD D2 33 0 5 D AE 3E 41
Octal 155 335 322 63 0 5 15 256 76 101
Binary 1101101 11011101 11010010 110011 0 101 1101 10101110 111110 1000001

Color Harmonies of #6DDDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDDD2

Black with #6DDDD2

Text Example


Text Example

White with #6DDDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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