Html Css Color HEX #6DDCD3 Downy

📋 copy color: '#6DDCD3'

red 109 ◦ green 220 ◦ blue 211

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

Shades of Downy #6DDCD3

Tints of Downy #6DDCD3

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.74%

 BLUE value IS 211 (82.81% from 255) = 39.07%

R = 20.19%
G = 40.74%
B = 39.07%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#6DDCD3 (or 0x6DDCD3) is known color: Downy. HEX triplet: 6D, DC and D3. RGB value is (109,220,211). Sum of RGB (Red+Green+Blue) = 109+220+211=540 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.19% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 211 (82.81% from 255 or 39.07% from 540); Max value from RGB is 220 - color contains mainly: green. Hex color #6DDCD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDCD3 is #92232C. Grayscale: #B9B9B9. Windows color (decimal): -9577261 or 13884525. OLE color: 13884525.

HSL color Cylindrical-coordinate representation of color #6DDCD3: hue angle of 175.14º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DDCD3 is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB 109 220 211 -
CMYK 0.50 0 0.04 0.14
HSL 175.14º 0.61% 0.65% -
HSV(B) 175.14º 0.5% 0.86% -
XYZ 43.66 59.14 70.74 -
YUV 185.79 142.23 73.23 -
System Red Green Blue C M Y K H S L
Decimal 109 220 211 0.50 0 0.04 0.14 175.14 0.61 0.65
Hex 6D DC D3 32 0 4 E AF 3D 41
Octal 155 334 323 62 0 4 16 257 75 101
Binary 1101101 11011100 11010011 110010 0 100 1110 10101111 111101 1000001

Color Harmonies of #6DDCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DDCD3

Black with #6DDCD3

Text Example


Text Example

White with #6DDCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,220,211); }

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

background-color css

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

 a { background-color: rgb(109,220,211); }

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

border-color css

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

 span { border-color: rgb(109,220,211); }

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