#6DEBC9

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

Shades of Downy #6DEBC9

Tints of Downy #6DEBC9

Color information

#6DEBC9 (or 0x6DEBC9) is unknown color: approx Downy. HEX triplet: 6D, EB and C9. RGB value is (109,235,201). Sum of RGB (Red+Green+Blue) = 109+235+201=545 (72% of max value = 765). Red value is 109 (42.97% from 255 or 20% from 545); Green value is 235 (92.19% from 255 or 43.12% from 545); Blue value is 201 (78.91% from 255 or 36.88% from 545); Max value from RGB is 235 - color contains mainly: green. Hex color #6DEBC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEBC9 is #921436. Grayscale: #C1C1C1. Windows color (decimal): -9573431 or 13233005. OLE color: 13233005.

HSL color Cylindrical-coordinate representation of color #6DEBC9: hue angle of 163.81º 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 #6DEBC9 is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB109235201-
CMYK0.5400.140.08
HSL163.81º75.9%67.45%-
HSV(B)163.81º53.62%92.16%-
XYZ46.5666.8865.71-
YUV193.45132.2667.76-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20%
GREEN value IS 235 (92.19% from 255) = 43.12%
BLUE value IS 201 (78.91% from 255) = 36.88%
R=20%
G=43.12%
B=36.88%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1092352010.5400.140.08163.8175.967.45
Hex6DEBC9360E8a44c43
Octal1553533116601610244114103
Binary110110111101011110010011101100111010001010010010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DEBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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