Html Css Color HEX #6ECDB8 Downy

📋 copy color: '#6ECDB8'

red 110 ◦ green 205 ◦ blue 184

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

Shades of Downy #6ECDB8

Tints of Downy #6ECDB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.87%

R = 22.04%
G = 41.08%
B = 36.87%

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

#6ECDB8 (or 0x6ECDB8) is known color: Downy. HEX triplet: 6E, CD and B8. RGB value is (110,205,184). Sum of RGB (Red+Green+Blue) = 110+205+184=499 (66% of max value = 765). Red value is 110 (43.36% from 255 or 22.04% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 184 (72.27% from 255 or 36.87% from 499); Max value from RGB is 205 - color contains mainly: green. Hex color #6ECDB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECDB8 is #913247. Grayscale: #AEAEAE. Windows color (decimal): -9515592 or 12111214. OLE color: 12111214.

HSL color Cylindrical-coordinate representation of color #6ECDB8: hue angle of 166.74º 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 #6ECDB8 is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 110 205 184 -
CMYK 0.46 0 0.10 0.20
HSL 166.74º 0.49% 0.62% -
HSV(B) 166.74º 0.46% 0.8% -
XYZ 36.91 50.44 53.14 -
YUV 174.2 133.53 82.21 -
System Red Green Blue C M Y K H S L
Decimal 110 205 184 0.46 0 0.10 0.20 166.74 0.49 0.62
Hex 6E CD B8 2E 0 A 14 A7 31 3E
Octal 156 315 270 56 0 12 24 247 61 76
Binary 1101110 11001101 10111000 101110 0 1010 10100 10100111 110001 111110

Color Harmonies of #6ECDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECDB8

Black with #6ECDB8

Text Example


Text Example

White with #6ECDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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