#6EDCBF

Color #6EDCBF Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #6EDCBF

Tints of Downy #6EDCBF

Color information

#6EDCBF (or 0x6EDCBF) is unknown color: approx Downy. HEX triplet: 6E, DC and BF. RGB value is (110,220,191). Sum of RGB (Red+Green+Blue) = 110+220+191=521 (69% of max value = 765). Red value is 110 (43.36% from 255 or 21.11% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #6EDCBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDCBF is #912340. Grayscale: #B7B7B7. Windows color (decimal): -9511745 or 12573806. OLE color: 12573806.

HSL color Cylindrical-coordinate representation of color #6EDCBF: hue angle of 164.18º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDCBF is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB110220191-
CMYK0.5000.130.14
HSL164.18º61.11%64.71%-
HSV(B)164.18º50%86.27%-
XYZ41.4358.2658.35-
YUV183.8132.0675.36-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.11%
GREEN value IS 220 (86.33% from 255) = 42.23%
BLUE value IS 191 (75% from 255) = 36.66%
R=21.11%
G=42.23%
B=36.66%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1102201910.5000.130.14164.1861.1164.71
Hex6EDCBF320DEa43d41
Octal156334277620151624475101
Binary11011101101110010111111110010011011110101001001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EDCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,220,191); }

 H1.HeaderClassName
 {
   color: #6EDCBF;
 }
 .AnyTagClassName
 {
   color: #6EDCBF;
 }
</style>
background-color css

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

 a { background-color: rgb(110,220,191); }

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

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

 span { border-color: rgb(110,220,191); }

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