#6AD9C6

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

Shades of Downy #6AD9C6

Tints of Downy #6AD9C6

Color information

#6AD9C6 (or 0x6AD9C6) is unknown color: approx Downy. HEX triplet: 6A, D9 and C6. RGB value is (106,217,198). Sum of RGB (Red+Green+Blue) = 106+217+198=521 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.35% from 521); Green value is 217 (85.16% from 255 or 41.65% from 521); Blue value is 198 (77.73% from 255 or 38.00% from 521); Max value from RGB is 217 - color contains mainly: green. Hex color #6AD9C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AD9C6 is #952639. Grayscale: #B5B5B5. Windows color (decimal): -9774650 or 13031786. OLE color: 13031786.

HSL color Cylindrical-coordinate representation of color #6AD9C6: hue angle of 169.73º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6AD9C6 is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB106217198-
CMYK0.5100.090.15
HSL169.73º59.36%63.33%-
HSV(B)169.73º51.15%85.1%-
XYZ40.9556.7762.22-
YUV181.64137.2374.04-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.35%
GREEN value IS 217 (85.16% from 255) = 41.65%
BLUE value IS 198 (77.73% from 255) = 38.00%
R=20.35%
G=41.65%
B=38.00%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1062171980.5100.090.15169.7359.3663.33
Hex6AD9C63309Faa3b3f
Octal15233130663011172527377
Binary1101010110110011100011011001101001111110101010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AD9C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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