#6DAB9F

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

Shades of Tradewind #6DAB9F

Tints of Tradewind #6DAB9F

Color information

#6DAB9F (or 0x6DAB9F) is unknown color: approx Tradewind. HEX triplet: 6D, AB and 9F. RGB value is (109,171,159). Sum of RGB (Red+Green+Blue) = 109+171+159=439 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.83% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 159 (62.5% from 255 or 36.22% from 439); Max value from RGB is 171 - color contains mainly: green. Hex color #6DAB9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAB9F is #925460. Grayscale: #979797. Windows color (decimal): -9589857 or 10464109. OLE color: 10464109.

HSL color Cylindrical-coordinate representation of color #6DAB9F: hue angle of 168.39º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6DAB9F is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB109171159-
CMYK0.3600.070.33
HSL168.39º26.96%54.9%-
HSV(B)168.39º36.26%67.06%-
XYZ27.1334.8838.1-
YUV151.09132.4697.98-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.83%
GREEN value IS 171 (67.19% from 255) = 38.95%
BLUE value IS 159 (62.5% from 255) = 36.22%
R=24.83%
G=38.95%
B=36.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1091711590.3600.070.33168.3926.9654.9
Hex6DAB9F240721a81b37
Octal1552532374407412503367
Binary1101101101010111001111110010001111000011010100011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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