Html Css Color HEX #6ED4D1 Downy

📋 copy color: '#6ED4D1'

red 110 ◦ green 212 ◦ blue 209

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

Shades of Downy #6ED4D1

Tints of Downy #6ED4D1

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.92%

 BLUE value IS 209 (82.03% from 255) = 39.36%

R = 20.72%
G = 39.92%
B = 39.36%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.01

 K value IS 0.17

RGB Variations

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

Color information

#6ED4D1 (or 0x6ED4D1) is known color: Downy. HEX triplet: 6E, D4 and D1. RGB value is (110,212,209). Sum of RGB (Red+Green+Blue) = 110+212+209=531 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.72% from 531); Green value is 212 (83.20% from 255 or 39.92% from 531); Blue value is 209 (82.03% from 255 or 39.36% from 531); Max value from RGB is 212 - color contains mainly: green. Hex color #6ED4D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED4D1 is #912B2E. Grayscale: #B5B5B5. Windows color (decimal): -9513775 or 13751406. OLE color: 13751406.

HSL color Cylindrical-coordinate representation of color #6ED4D1: hue angle of 178.24º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ED4D1 is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB 110 212 209 -
CMYK 0.48 0 0.01 0.17
HSL 178.24º 0.54% 0.63% -
HSV(B) 178.24º 0.48% 0.83% -
XYZ 41.48 55.01 68.75 -
YUV 181.16 143.71 77.24 -
System Red Green Blue C M Y K H S L
Decimal 110 212 209 0.48 0 0.01 0.17 178.24 0.54 0.63
Hex 6E D4 D1 30 0 1 11 B2 36 3F
Octal 156 324 321 60 0 1 21 262 66 77
Binary 1101110 11010100 11010001 110000 0 1 10001 10110010 110110 111111

Color Harmonies of #6ED4D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED4D1

Black with #6ED4D1

Text Example


Text Example

White with #6ED4D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,212,209); }

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

background-color css

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

 a { background-color: rgb(110,212,209); }

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

border-color css

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

 span { border-color: rgb(110,212,209); }

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