#6DE3C3

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

Shades of Downy #6DE3C3

Tints of Downy #6DE3C3

Color information

#6DE3C3 (or 0x6DE3C3) is unknown color: approx Downy. HEX triplet: 6D, E3 and C3. RGB value is (109,227,195). Sum of RGB (Red+Green+Blue) = 109+227+195=531 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.53% from 531); Green value is 227 (89.06% from 255 or 42.75% from 531); Blue value is 195 (76.56% from 255 or 36.72% from 531); Max value from RGB is 227 - color contains mainly: green. Hex color #6DE3C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DE3C3 is #921C3C. Grayscale: #BCBCBC. Windows color (decimal): -9575485 or 12837741. OLE color: 12837741.

HSL color Cylindrical-coordinate representation of color #6DE3C3: hue angle of 163.73º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6DE3C3 is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB109227195-
CMYK0.5200.140.11
HSL163.73º67.82%65.88%-
HSV(B)163.73º51.98%89.02%-
XYZ43.6362.1361.32-
YUV188.07131.9171.6-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.53%
GREEN value IS 227 (89.06% from 255) = 42.75%
BLUE value IS 195 (76.56% from 255) = 36.72%
R=20.53%
G=42.75%
B=36.72%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1092271950.5200.140.11163.7367.8265.88
Hex6DE3C3340EBa44442
Octal1553433036401613244104102
Binary110110111100011110000111101000111010111010010010001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DE3C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,227,195); }

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

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

 a { background-color: rgb(109,227,195); }

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

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

 span { border-color: rgb(109,227,195); }

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