#6DEBB7

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

Shades of Downy #6DEBB7

Tints of Downy #6DEBB7

Color information

#6DEBB7 (or 0x6DEBB7) is unknown color: approx Downy. HEX triplet: 6D, EB and B7. RGB value is (109,235,183). Sum of RGB (Red+Green+Blue) = 109+235+183=527 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.68% from 527); Green value is 235 (92.19% from 255 or 44.59% from 527); Blue value is 183 (71.88% from 255 or 34.72% from 527); Max value from RGB is 235 - color contains mainly: green. Hex color #6DEBB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEBB7 is #921448. Grayscale: #BFBFBF. Windows color (decimal): -9573449 or 12053357. OLE color: 12053357.

HSL color Cylindrical-coordinate representation of color #6DEBB7: hue angle of 155.24º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DEBB7 is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB109235183-
CMYK0.5400.220.08
HSL155.24º75.9%67.45%-
HSV(B)155.24º53.62%92.16%-
XYZ44.5666.0955.21-
YUV191.4123.2669.23-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.68%
GREEN value IS 235 (92.19% from 255) = 44.59%
BLUE value IS 183 (71.88% from 255) = 34.72%
R=20.68%
G=44.59%
B=34.72%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1092351830.5400.220.08155.2475.967.45
Hex6DEBB73601689b4c43
Octal1553532676602610233114103
Binary1101101111010111011011111011001011010001001101110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DEBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,235,183); }

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

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

 a { background-color: rgb(109,235,183); }

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

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

 span { border-color: rgb(109,235,183); }

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