#6DAD9D

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

Shades of Tradewind #6DAD9D

Tints of Tradewind #6DAD9D

Color information

#6DAD9D (or 0x6DAD9D) is unknown color: approx Tradewind. HEX triplet: 6D, AD and 9D. RGB value is (109,173,157). Sum of RGB (Red+Green+Blue) = 109+173+157=439 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.83% from 439); Green value is 173 (67.97% from 255 or 39.41% from 439); Blue value is 157 (61.72% from 255 or 35.76% from 439); Max value from RGB is 173 - color contains mainly: green. Hex color #6DAD9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAD9D is #925262. Grayscale: #989898. Windows color (decimal): -9589347 or 10333549. OLE color: 10333549.

HSL color Cylindrical-coordinate representation of color #6DAD9D: hue angle of 165º 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 #6DAD9D is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB109173157-
CMYK0.3700.090.32
HSL165º28.07%55.29%-
HSV(B)165º36.99%67.84%-
XYZ27.3435.5737.32-
YUV152.04130.897.3-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.83%
GREEN value IS 173 (67.97% from 255) = 39.41%
BLUE value IS 157 (61.72% from 255) = 35.76%
R=24.83%
G=39.41%
B=35.76%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1091731570.3700.090.3216528.0755.29
Hex6DAD9D250920a51c37
Octal15525523545011402453467
Binary11011011010110110011101100101010011000001010010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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