#6ADEC6

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

Shades of Downy #6ADEC6

Tints of Downy #6ADEC6

Color information

#6ADEC6 (or 0x6ADEC6) is unknown color: approx Downy. HEX triplet: 6A, DE and C6. RGB value is (106,222,198). Sum of RGB (Red+Green+Blue) = 106+222+198=526 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.15% from 526); Green value is 222 (87.11% from 255 or 42.21% from 526); Blue value is 198 (77.73% from 255 or 37.64% from 526); Max value from RGB is 222 - color contains mainly: green. Hex color #6ADEC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADEC6 is #952139. Grayscale: #B8B8B8. Windows color (decimal): -9773370 or 13033066. OLE color: 13033066.

HSL color Cylindrical-coordinate representation of color #6ADEC6: hue angle of 167.59º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ADEC6 is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB106222198-
CMYK0.5200.110.13
HSL167.59º63.74%64.31%-
HSV(B)167.59º52.25%87.06%-
XYZ42.2659.3862.66-
YUV184.58135.5771.95-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.15%
GREEN value IS 222 (87.11% from 255) = 42.21%
BLUE value IS 198 (77.73% from 255) = 37.64%
R=20.15%
G=42.21%
B=37.64%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1062221980.5200.110.13167.5963.7464.31
Hex6ADEC6340BDa84040
Octal1523363066401315250100100
Binary110101011011110110001101101000101111011010100010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ADEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,222,198); }

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

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

 a { background-color: rgb(106,222,198); }

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

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

 span { border-color: rgb(106,222,198); }

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