Html Css Color HEX #6ECDB9 Downy

📋 copy color: '#6ECDB9'

red 110 ◦ green 205 ◦ blue 185

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

Shades of Downy #6ECDB9

Tints of Downy #6ECDB9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41%

 BLUE value IS 185 (72.66% from 255) = 37%

R = 22%
G = 41%
B = 37%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#6ECDB9 (or 0x6ECDB9) is known color: Downy. HEX triplet: 6E, CD and B9. RGB value is (110,205,185). Sum of RGB (Red+Green+Blue) = 110+205+185=500 (66% of max value = 765). Red value is 110 (43.36% from 255 or 22% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 185 (72.66% from 255 or 37% from 500); Max value from RGB is 205 - color contains mainly: green. Hex color #6ECDB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECDB9 is #913246. Grayscale: #AEAEAE. Windows color (decimal): -9515591 or 12176750. OLE color: 12176750.

HSL color Cylindrical-coordinate representation of color #6ECDB9: hue angle of 167.37º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6ECDB9 is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 110 205 185 -
CMYK 0.46 0 0.10 0.20
HSL 167.37º 0.49% 0.62% -
HSV(B) 167.37º 0.46% 0.8% -
XYZ 37.02 50.48 53.69 -
YUV 174.32 134.03 82.13 -
System Red Green Blue C M Y K H S L
Decimal 110 205 185 0.46 0 0.10 0.20 167.37 0.49 0.62
Hex 6E CD B9 2E 0 A 14 A7 31 3E
Octal 156 315 271 56 0 12 24 247 61 76
Binary 1101110 11001101 10111001 101110 0 1010 10100 10100111 110001 111110

Color Harmonies of #6ECDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECDB9

Black with #6ECDB9

Text Example


Text Example

White with #6ECDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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