#6DA8A7

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

Shades of Tradewind #6DA8A7

Tints of Tradewind #6DA8A7

Color information

#6DA8A7 (or 0x6DA8A7) is unknown color: approx Tradewind. HEX triplet: 6D, A8 and A7. RGB value is (109,168,167). Sum of RGB (Red+Green+Blue) = 109+168+167=444 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.55% from 444); Green value is 168 (66.02% from 255 or 37.84% from 444); Blue value is 167 (65.62% from 255 or 37.61% from 444); Max value from RGB is 168 - color contains mainly: green. Hex color #6DA8A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA8A7 is #925758. Grayscale: #969696. Windows color (decimal): -9590617 or 10987629. OLE color: 10987629.

HSL color Cylindrical-coordinate representation of color #6DA8A7: hue angle of 178.98º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6DA8A7 is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.34.

Color convert

RGB109168167-
CMYK0.3500.010.34
HSL178.98º25.32%54.31%-
HSV(B)178.98º35.12%65.88%-
XYZ27.2834.0541.69-
YUV150.24137.4598.58-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.55%
GREEN value IS 168 (66.02% from 255) = 37.84%
BLUE value IS 167 (65.62% from 255) = 37.61%
R=24.55%
G=37.84%
B=37.61%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1091681670.3500.010.34178.9825.3254.31
Hex6DA8A7230122b31936
Octal1552502474301422633166
Binary11011011010100010100111100011011000101011001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA8A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,168,167); }

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

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

 a { background-color: rgb(109,168,167); }

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

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

 span { border-color: rgb(109,168,167); }

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