#6DE7BF

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

Shades of Downy #6DE7BF

Tints of Downy #6DE7BF

Color information

#6DE7BF (or 0x6DE7BF) is unknown color: approx Downy. HEX triplet: 6D, E7 and BF. RGB value is (109,231,191). Sum of RGB (Red+Green+Blue) = 109+231+191=531 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.53% from 531); Green value is 231 (90.62% from 255 or 43.50% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 231 - color contains mainly: green. Hex color #6DE7BF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DE7BF is #921840. Grayscale: #BDBDBD. Windows color (decimal): -9574465 or 12576621. OLE color: 12576621.

HSL color Cylindrical-coordinate representation of color #6DE7BF: hue angle of 160.33º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DE7BF is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB109231191-
CMYK0.5300.170.09
HSL160.33º71.76%66.67%-
HSV(B)160.33º52.81%90.59%-
XYZ44.2964.1659.34-
YUV189.96128.5870.25-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.53%
GREEN value IS 231 (90.62% from 255) = 43.50%
BLUE value IS 191 (75% from 255) = 35.97%
R=20.53%
G=43.50%
B=35.97%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1092311910.5300.170.09160.3371.7666.67
Hex6DE7BF350119a04843
Octal1553472776502111240110103
Binary1101101111001111011111111010101000110011010000010010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DE7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,231,191); }

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

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

 a { background-color: rgb(109,231,191); }

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

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

 span { border-color: rgb(109,231,191); }

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