Html Css Color HEX #6DDED0 Downy

📋 copy color: '#6DDED0'

red 109 ◦ green 222 ◦ blue 208

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

Shades of Downy #6DDED0

Tints of Downy #6DDED0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.19%

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

R = 20.22%
G = 41.19%
B = 38.59%

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

#6DDED0 (or 0x6DDED0) is known color: Downy. HEX triplet: 6D, DE and D0. RGB value is (109,222,208). Sum of RGB (Red+Green+Blue) = 109+222+208=539 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.22% from 539); Green value is 222 (87.11% from 255 or 41.19% from 539); Blue value is 208 (81.64% from 255 or 38.59% from 539); Max value from RGB is 222 - color contains mainly: green. Hex color #6DDED0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDED0 is #92212F. Grayscale: #BABABA. Windows color (decimal): -9576752 or 13688429. OLE color: 13688429.

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

Color convert

RGB 109 222 208 -
CMYK 0.51 0 0.06 0.13
HSL 172.57º 0.63% 0.65% -
HSV(B) 172.57º 0.51% 0.87% -
XYZ 43.81 60.05 68.96 -
YUV 186.62 140.06 72.64 -
System Red Green Blue C M Y K H S L
Decimal 109 222 208 0.51 0 0.06 0.13 172.57 0.63 0.65
Hex 6D DE D0 33 0 6 D AD 3F 41
Octal 155 336 320 63 0 6 15 255 77 101
Binary 1101101 11011110 11010000 110011 0 110 1101 10101101 111111 1000001

Color Harmonies of #6DDED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDED0

Black with #6DDED0

Text Example


Text Example

White with #6DDED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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