#6AD8D1

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

Shades of Downy #6AD8D1

Tints of Downy #6AD8D1

Color information

#6AD8D1 (or 0x6AD8D1) is unknown color: approx Downy. HEX triplet: 6A, D8 and D1. RGB value is (106,216,209). Sum of RGB (Red+Green+Blue) = 106+216+209=531 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.96% from 531); Green value is 216 (84.77% from 255 or 40.68% from 531); Blue value is 209 (82.03% from 255 or 39.36% from 531); Max value from RGB is 216 - color contains mainly: green. Hex color #6AD8D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AD8D1 is #95272E. Grayscale: #B6B6B6. Windows color (decimal): -9774895 or 13752426. OLE color: 13752426.

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

Color convert

RGB106216209-
CMYK0.5100.030.15
HSL176.18º58.51%63.14%-
HSV(B)176.18º50.93%84.71%-
XYZ42.0156.7869.07-
YUV182.31143.0673.57-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.96%
GREEN value IS 216 (84.77% from 255) = 40.68%
BLUE value IS 209 (82.03% from 255) = 39.36%
R=19.96%
G=40.68%
B=39.36%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1062162090.5100.030.15176.1858.5163.14
Hex6AD8D13303Fb03b3f
Octal1523303216303172607377
Binary11010101101100011010001110011011111110110000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AD8D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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