#6DA398

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

Shades of Tradewind #6DA398

Tints of Tradewind #6DA398

Color information

#6DA398 (or 0x6DA398) is unknown color: approx Tradewind. HEX triplet: 6D, A3 and 98. RGB value is (109,163,152). Sum of RGB (Red+Green+Blue) = 109+163+152=424 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.71% from 424); Green value is 163 (64.06% from 255 or 38.44% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 163 - color contains mainly: green. Hex color #6DA398 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA398 is #925C67. Grayscale: #919191. Windows color (decimal): -9591912 or 10003309. OLE color: 10003309.

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

Color convert

RGB109163152-
CMYK0.3300.070.36
HSL167.78º22.69%53.33%-
HSV(B)167.78º33.13%63.92%-
XYZ25.0731.7134.51-
YUV145.6131.61101.89-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.71%
GREEN value IS 163 (64.06% from 255) = 38.44%
BLUE value IS 152 (59.77% from 255) = 35.85%
R=25.71%
G=38.44%
B=35.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1091631520.3300.070.36167.7822.6953.33
Hex6DA398210724a81735
Octal1552432304107442502765
Binary1101101101000111001100010000101111001001010100010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,163,152); }

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

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

 a { background-color: rgb(109,163,152); }

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

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

 span { border-color: rgb(109,163,152); }

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