#6DAD9F

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

Shades of Tradewind #6DAD9F

Tints of Tradewind #6DAD9F

Color information

#6DAD9F (or 0x6DAD9F) is unknown color: approx Tradewind. HEX triplet: 6D, AD and 9F. RGB value is (109,173,159). Sum of RGB (Red+Green+Blue) = 109+173+159=441 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.72% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 173 - color contains mainly: green. Hex color #6DAD9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAD9F is #925260. Grayscale: #989898. Windows color (decimal): -9589345 or 10464621. OLE color: 10464621.

HSL color Cylindrical-coordinate representation of color #6DAD9F: hue angle of 166.88º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6DAD9F is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB109173159-
CMYK0.3700.080.32
HSL166.88º28.07%55.29%-
HSV(B)166.88º36.99%67.84%-
XYZ27.5135.6438.23-
YUV152.27131.897.14-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.72%
GREEN value IS 173 (67.97% from 255) = 39.23%
BLUE value IS 159 (62.5% from 255) = 36.05%
R=24.72%
G=39.23%
B=36.05%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1091731590.3700.080.32166.8828.0755.29
Hex6DAD9F250820a71c37
Octal15525523745010402473467
Binary11011011010110110011111100101010001000001010011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,173,159); }

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

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

 a { background-color: rgb(109,173,159); }

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

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

 span { border-color: rgb(109,173,159); }

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