Html Css Color HEX #6EDDCB Downy

📋 copy color: '#6EDDCB'

red 110 ◦ green 221 ◦ blue 203

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

Shades of Downy #6EDDCB

Tints of Downy #6EDDCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.01%

R = 20.6%
G = 41.39%
B = 38.01%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#6EDDCB (or 0x6EDDCB) is known color: Downy. HEX triplet: 6E, DD and CB. RGB value is (110,221,203). Sum of RGB (Red+Green+Blue) = 110+221+203=534 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.60% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 221 - color contains mainly: green. Hex color #6EDDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDDCB is #912234. Grayscale: #B9B9B9. Windows color (decimal): -9511477 or 13360494. OLE color: 13360494.

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

Color convert

RGB 110 221 203 -
CMYK 0.50 0 0.08 0.13
HSL 170.27º 0.62% 0.65% -
HSV(B) 170.27º 0.5% 0.87% -
XYZ 43.07 59.34 65.68 -
YUV 185.76 137.73 73.96 -
System Red Green Blue C M Y K H S L
Decimal 110 221 203 0.50 0 0.08 0.13 170.27 0.62 0.65
Hex 6E DD CB 32 0 8 D AA 3E 41
Octal 156 335 313 62 0 10 15 252 76 101
Binary 1101110 11011101 11001011 110010 0 1000 1101 10101010 111110 1000001

Color Harmonies of #6EDDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDDCB

Black with #6EDDCB

Text Example


Text Example

White with #6EDDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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