Html Css Color HEX #6ED2C6 Downy

📋 copy color: '#6ED2C6'

red 110 ◦ green 210 ◦ blue 198

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

Shades of Downy #6ED2C6

Tints of Downy #6ED2C6

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.54%

 BLUE value IS 198 (77.73% from 255) = 38.22%

R = 21.24%
G = 40.54%
B = 38.22%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#6ED2C6 (or 0x6ED2C6) is known color: Downy. HEX triplet: 6E, D2 and C6. RGB value is (110,210,198). Sum of RGB (Red+Green+Blue) = 110+210+198=518 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.24% from 518); Green value is 210 (82.42% from 255 or 40.54% from 518); Blue value is 198 (77.73% from 255 or 38.22% from 518); Max value from RGB is 210 - color contains mainly: green. Hex color #6ED2C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED2C6 is #912D39. Grayscale: #B2B2B2. Windows color (decimal): -9514298 or 13029998. OLE color: 13029998.

HSL color Cylindrical-coordinate representation of color #6ED2C6: hue angle of 172.8º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ED2C6 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB 110 210 198 -
CMYK 0.48 0 0.06 0.18
HSL 172.8º 0.53% 0.63% -
HSV(B) 172.8º 0.48% 0.82% -
XYZ 39.67 53.49 61.66 -
YUV 178.73 138.87 78.98 -
System Red Green Blue C M Y K H S L
Decimal 110 210 198 0.48 0 0.06 0.18 172.8 0.53 0.63
Hex 6E D2 C6 30 0 6 12 AD 35 3F
Octal 156 322 306 60 0 6 22 255 65 77
Binary 1101110 11010010 11000110 110000 0 110 10010 10101101 110101 111111

Color Harmonies of #6ED2C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED2C6

Black with #6ED2C6

Text Example


Text Example

White with #6ED2C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,210,198); }

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

background-color css

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

 a { background-color: rgb(110,210,198); }

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

border-color css

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

 span { border-color: rgb(110,210,198); }

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