Html Css Color HEX #6EDACB Downy

📋 copy color: '#6EDACB'

red 110 ◦ green 218 ◦ blue 203

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

Shades of Downy #6EDACB

Tints of Downy #6EDACB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.05%

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

R = 20.72%
G = 41.05%
B = 38.23%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#6EDACB (or 0x6EDACB) is known color: Downy. HEX triplet: 6E, DA and CB. RGB value is (110,218,203). Sum of RGB (Red+Green+Blue) = 110+218+203=531 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.72% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 218 - color contains mainly: green. Hex color #6EDACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDACB is #912534. Grayscale: #B7B7B7. Windows color (decimal): -9512245 or 13359726. OLE color: 13359726.

HSL color Cylindrical-coordinate representation of color #6EDACB: hue angle of 171.67º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDACB is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 110 218 203 -
CMYK 0.50 0 0.07 0.15
HSL 171.67º 0.59% 0.64% -
HSV(B) 171.67º 0.5% 0.85% -
XYZ 42.28 57.77 65.42 -
YUV 184 138.72 75.22 -
System Red Green Blue C M Y K H S L
Decimal 110 218 203 0.50 0 0.07 0.15 171.67 0.59 0.64
Hex 6E DA CB 32 0 7 F AC 3B 40
Octal 156 332 313 62 0 7 17 254 73 100
Binary 1101110 11011010 11001011 110010 0 111 1111 10101100 111011 1000000

Color Harmonies of #6EDACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDACB

Black with #6EDACB

Text Example


Text Example

White with #6EDACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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