Html Css Color HEX #6DA49B Tradewind

📋 copy color: '#6DA49B'

red 109 ◦ green 164 ◦ blue 155

#6DA49B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tradewind #6DA49B

Tints of Tradewind #6DA49B

RGB

 RED value IS 109 (42.97% from 255) = 25.47%

 GREEN value IS 164 (64.45% from 255) = 38.32%

 BLUE value IS 155 (60.94% from 255) = 36.21%

R = 25.47%
G = 38.32%
B = 36.21%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#6DA49B (or 0x6DA49B) is known color: Tradewind. HEX triplet: 6D, A4 and 9B. RGB value is (109,164,155). Sum of RGB (Red+Green+Blue) = 109+164+155=428 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.47% from 428); Green value is 164 (64.45% from 255 or 38.32% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 164 - color contains mainly: green. Hex color #6DA49B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA49B is #925B64. Grayscale: #929292. Windows color (decimal): -9591653 or 10200173. OLE color: 10200173.

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

Color convert

RGB 109 164 155 -
CMYK 0.34 0 0.05 0.36
HSL 170.18º 0.23% 0.54% -
HSV(B) 170.18º 0.34% 0.64% -
XYZ 25.5 32.17 35.88 -
YUV 146.53 132.78 101.23 -
System Red Green Blue C M Y K H S L
Decimal 109 164 155 0.34 0 0.05 0.36 170.18 0.23 0.54
Hex 6D A4 9B 22 0 5 24 AA 17 36
Octal 155 244 233 42 0 5 44 252 27 66
Binary 1101101 10100100 10011011 100010 0 101 100100 10101010 10111 110110

Color Harmonies of #6DA49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA49B

Black with #6DA49B

Text Example


Text Example

White with #6DA49B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,164,155); }

 H1.HeaderClassName
 {
   color: #6DA49B;
 }
 .AnyTagClassName
 {
   color: #6DA49B;
 }
</style>

background-color css

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

 a { background-color: rgb(109,164,155); }

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

border-color css

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

 span { border-color: rgb(109,164,155); }

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