#6EDACE

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

Shades of Downy #6EDACE

Tints of Downy #6EDACE

Color information

#6EDACE (or 0x6EDACE) is unknown color: approx Downy. HEX triplet: 6E, DA and CE. RGB value is (110,218,206). Sum of RGB (Red+Green+Blue) = 110+218+206=534 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.60% from 534); Green value is 218 (85.55% from 255 or 40.82% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 218 - color contains mainly: green. Hex color #6EDACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDACE is #912531. Grayscale: #B8B8B8. Windows color (decimal): -9512242 or 13556334. OLE color: 13556334.

HSL color Cylindrical-coordinate representation of color #6EDACE: hue angle of 173.33º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDACE is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB110218206-
CMYK0.5000.060.15
HSL173.33º59.34%64.31%-
HSV(B)173.33º49.54%85.49%-
XYZ42.6457.9167.32-
YUV184.34140.2274.98-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.60%
GREEN value IS 218 (85.55% from 255) = 40.82%
BLUE value IS 206 (80.86% from 255) = 38.58%
R=20.60%
G=40.82%
B=38.58%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1102182060.5000.060.15173.3359.3464.31
Hex6EDACE3206Fad3b40
Octal15633231662061725573100
Binary1101110110110101100111011001001101111101011011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EDACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,218,206); }

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

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

 a { background-color: rgb(110,218,206); }

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

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

 span { border-color: rgb(110,218,206); }

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