#6ADEC8

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

Shades of Downy #6ADEC8

Tints of Downy #6ADEC8

Color information

#6ADEC8 (or 0x6ADEC8) is unknown color: approx Downy. HEX triplet: 6A, DE and C8. RGB value is (106,222,200). Sum of RGB (Red+Green+Blue) = 106+222+200=528 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.08% from 528); Green value is 222 (87.11% from 255 or 42.05% from 528); Blue value is 200 (78.52% from 255 or 37.88% from 528); Max value from RGB is 222 - color contains mainly: green. Hex color #6ADEC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADEC8 is #952137. Grayscale: #B8B8B8. Windows color (decimal): -9773368 or 13164138. OLE color: 13164138.

HSL color Cylindrical-coordinate representation of color #6ADEC8: hue angle of 168.62º 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 #6ADEC8 is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB106222200-
CMYK0.5200.100.13
HSL168.62º63.74%64.31%-
HSV(B)168.62º52.25%87.06%-
XYZ42.4959.4863.88-
YUV184.81136.5771.79-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.08%
GREEN value IS 222 (87.11% from 255) = 42.05%
BLUE value IS 200 (78.52% from 255) = 37.88%
R=20.08%
G=42.05%
B=37.88%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1062222000.5200.100.13168.6263.7464.31
Hex6ADEC8340ADa94040
Octal1523363106401215251100100
Binary110101011011110110010001101000101011011010100110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ADEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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