Html Css Color HEX #6EDDCD Downy

📋 copy color: '#6EDDCD'

red 110 ◦ green 221 ◦ blue 205

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

Shades of Downy #6EDDCD

Tints of Downy #6EDDCD

RGB

 RED value IS 110 (43.36% from 255) = 20.52%

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

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

R = 20.52%
G = 41.23%
B = 38.25%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#6EDDCD (or 0x6EDDCD) is known color: Downy. HEX triplet: 6E, DD and CD. RGB value is (110,221,205). Sum of RGB (Red+Green+Blue) = 110+221+205=536 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.52% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 221 - color contains mainly: green. Hex color #6EDDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDDCD is #912232. Grayscale: #B9B9B9. Windows color (decimal): -9511475 or 13491566. OLE color: 13491566.

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

Color convert

RGB 110 221 205 -
CMYK 0.50 0 0.07 0.13
HSL 171.35º 0.62% 0.65% -
HSV(B) 171.35º 0.5% 0.87% -
XYZ 43.31 59.44 66.95 -
YUV 185.99 138.73 73.8 -
System Red Green Blue C M Y K H S L
Decimal 110 221 205 0.50 0 0.07 0.13 171.35 0.62 0.65
Hex 6E DD CD 32 0 7 D AB 3E 41
Octal 156 335 315 62 0 7 15 253 76 101
Binary 1101110 11011101 11001101 110010 0 111 1101 10101011 111110 1000001

Color Harmonies of #6EDDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDDCD

Black with #6EDDCD

Text Example


Text Example

White with #6EDDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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