#6DB1A9

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

Shades of Tradewind #6DB1A9

Tints of Tradewind #6DB1A9

Color information

#6DB1A9 (or 0x6DB1A9) is unknown color: approx Tradewind. HEX triplet: 6D, B1 and A9. RGB value is (109,177,169). Sum of RGB (Red+Green+Blue) = 109+177+169=455 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.96% from 455); Green value is 177 (69.53% from 255 or 38.90% from 455); Blue value is 169 (66.41% from 255 or 37.14% from 455); Max value from RGB is 177 - color contains mainly: green. Hex color #6DB1A9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DB1A9 is #924E56. Grayscale: #9B9B9B. Windows color (decimal): -9588311 or 11121005. OLE color: 11121005.

HSL color Cylindrical-coordinate representation of color #6DB1A9: hue angle of 172.94º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6DB1A9 is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB109177169-
CMYK0.3800.050.31
HSL172.94º30.36%56.08%-
HSV(B)172.94º38.42%69.41%-
XYZ29.1937.5643.25-
YUV155.76135.4794.65-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.96%
GREEN value IS 177 (69.53% from 255) = 38.90%
BLUE value IS 169 (66.41% from 255) = 37.14%
R=23.96%
G=38.90%
B=37.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1091771690.3800.050.31172.9430.3656.08
Hex6DB1A926051Fad1e38
Octal1552612514605372553670
Binary110110110110001101010011001100101111111010110111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DB1A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,177,169); }

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

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

 a { background-color: rgb(109,177,169); }

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

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

 span { border-color: rgb(109,177,169); }

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