Html Css Color HEX #6DDDD0 Downy

📋 copy color: '#6DDDD0'

red 109 ◦ green 221 ◦ blue 208

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

Shades of Downy #6DDDD0

Tints of Downy #6DDDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.66%

R = 20.26%
G = 41.08%
B = 38.66%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#6DDDD0 (or 0x6DDDD0) is known color: Downy. HEX triplet: 6D, DD and D0. RGB value is (109,221,208). Sum of RGB (Red+Green+Blue) = 109+221+208=538 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.26% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 208 (81.64% from 255 or 38.66% from 538); Max value from RGB is 221 - color contains mainly: green. Hex color #6DDDD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDDD0 is #92222F. Grayscale: #B9B9B9. Windows color (decimal): -9577008 or 13688173. OLE color: 13688173.

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

Color convert

RGB 109 221 208 -
CMYK 0.51 0 0.06 0.13
HSL 173.04º 0.62% 0.65% -
HSV(B) 173.04º 0.51% 0.87% -
XYZ 43.55 59.52 68.87 -
YUV 186.03 140.39 73.06 -
System Red Green Blue C M Y K H S L
Decimal 109 221 208 0.51 0 0.06 0.13 173.04 0.62 0.65
Hex 6D DD D0 33 0 6 D AD 3E 41
Octal 155 335 320 63 0 6 15 255 76 101
Binary 1101101 11011101 11010000 110011 0 110 1101 10101101 111110 1000001

Color Harmonies of #6DDDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDDD0

Black with #6DDDD0

Text Example


Text Example

White with #6DDDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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