#6AD9D1

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

Shades of Downy #6AD9D1

Tints of Downy #6AD9D1

Color information

#6AD9D1 (or 0x6AD9D1) is unknown color: approx Downy. HEX triplet: 6A, D9 and D1. RGB value is (106,217,209). Sum of RGB (Red+Green+Blue) = 106+217+209=532 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.92% from 532); Green value is 217 (85.16% from 255 or 40.79% from 532); Blue value is 209 (82.03% from 255 or 39.29% from 532); Max value from RGB is 217 - color contains mainly: green. Hex color #6AD9D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AD9D1 is #95262E. Grayscale: #B6B6B6. Windows color (decimal): -9774639 or 13752682. OLE color: 13752682.

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

Color convert

RGB106217209-
CMYK0.5100.040.15
HSL175.68º59.36%63.33%-
HSV(B)175.68º51.15%85.1%-
XYZ42.2757.2969.15-
YUV182.9142.7373.15-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.92%
GREEN value IS 217 (85.16% from 255) = 40.79%
BLUE value IS 209 (82.03% from 255) = 39.29%
R=19.92%
G=40.79%
B=39.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1062172090.5100.040.15175.6859.3663.33
Hex6AD9D13304Fb03b3f
Octal1523313216304172607377
Binary110101011011001110100011100110100111110110000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AD9D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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