#6EDAC1

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

Shades of Downy #6EDAC1

Tints of Downy #6EDAC1

Color information

#6EDAC1 (or 0x6EDAC1) is unknown color: approx Downy. HEX triplet: 6E, DA and C1. RGB value is (110,218,193). Sum of RGB (Red+Green+Blue) = 110+218+193=521 (69% of max value = 765). Red value is 110 (43.36% from 255 or 21.11% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 218 - color contains mainly: green. Hex color #6EDAC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDAC1 is #91253E. Grayscale: #B6B6B6. Windows color (decimal): -9512255 or 12704366. OLE color: 12704366.

HSL color Cylindrical-coordinate representation of color #6EDAC1: hue angle of 166.11º 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 #6EDAC1 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB110218193-
CMYK0.5000.110.15
HSL166.11º59.34%64.31%-
HSV(B)166.11º49.54%85.49%-
XYZ41.1357.3159.35-
YUV182.86133.7276.03-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.11%
GREEN value IS 218 (85.55% from 255) = 41.84%
BLUE value IS 193 (75.78% from 255) = 37.04%
R=21.11%
G=41.84%
B=37.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1102181930.5000.110.15166.1159.3464.31
Hex6EDAC1320BFa63b40
Octal156332301620131724673100
Binary11011101101101011000001110010010111111101001101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EDAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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