#6ED7C3

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

Shades of Downy #6ED7C3

Tints of Downy #6ED7C3

Color information

#6ED7C3 (or 0x6ED7C3) is unknown color: approx Downy. HEX triplet: 6E, D7 and C3. RGB value is (110,215,195). Sum of RGB (Red+Green+Blue) = 110+215+195=520 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.15% from 520); Green value is 215 (84.38% from 255 or 41.35% from 520); Blue value is 195 (76.56% from 255 or 37.5% from 520); Max value from RGB is 215 - color contains mainly: green. Hex color #6ED7C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED7C3 is #91283C. Grayscale: #B5B5B5. Windows color (decimal): -9513021 or 12834670. OLE color: 12834670.

HSL color Cylindrical-coordinate representation of color #6ED7C3: hue angle of 168.57º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ED7C3 is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB110215195-
CMYK0.4900.090.16
HSL168.57º56.76%63.73%-
HSV(B)168.57º48.84%84.31%-
XYZ40.5855.8660.27-
YUV181.32135.7177.13-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.15%
GREEN value IS 215 (84.38% from 255) = 41.35%
BLUE value IS 195 (76.56% from 255) = 37.5%
R=21.15%
G=41.35%
B=37.5%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1102151950.4900.090.16168.5756.7663.73
Hex6ED7C3310910a93940
Octal156327303610112025171100
Binary110111011010111110000111100010100110000101010011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED7C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,215,195); }

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

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

 a { background-color: rgb(110,215,195); }

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

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

 span { border-color: rgb(110,215,195); }

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