#6DEACC

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

Shades of Downy #6DEACC

Tints of Downy #6DEACC

Color information

#6DEACC (or 0x6DEACC) is unknown color: approx Downy. HEX triplet: 6D, EA and CC. RGB value is (109,234,204). Sum of RGB (Red+Green+Blue) = 109+234+204=547 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.93% from 547); Green value is 234 (91.80% from 255 or 42.78% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 234 - color contains mainly: green. Hex color #6DEACC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEACC is #921533. Grayscale: #C1C1C1. Windows color (decimal): -9573684 or 13429357. OLE color: 13429357.

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

Color convert

RGB109234204-
CMYK0.5300.130.08
HSL165.6º74.85%67.25%-
HSV(B)165.6º53.42%91.76%-
XYZ46.6366.4667.5-
YUV193.2134.0967.94-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.93%
GREEN value IS 234 (91.80% from 255) = 42.78%
BLUE value IS 204 (80.08% from 255) = 37.29%
R=19.93%
G=42.78%
B=37.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1092342040.5300.130.08165.674.8567.25
Hex6DEACC350D8a64b43
Octal1553523146501510246113103
Binary110110111101010110011001101010110110001010011010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DEACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,234,204); }

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

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

 a { background-color: rgb(109,234,204); }

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

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

 span { border-color: rgb(109,234,204); }

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