Html Css Color HEX #6DA49C Tradewind

📋 copy color: '#6DA49C'

red 109 ◦ green 164 ◦ blue 156

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

Shades of Tradewind #6DA49C

Tints of Tradewind #6DA49C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.36%

R = 25.41%
G = 38.23%
B = 36.36%

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

#6DA49C (or 0x6DA49C) is known color: Tradewind. HEX triplet: 6D, A4 and 9C. RGB value is (109,164,156). Sum of RGB (Red+Green+Blue) = 109+164+156=429 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.41% from 429); Green value is 164 (64.45% from 255 or 38.23% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 164 - color contains mainly: green. Hex color #6DA49C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA49C is #925B63. Grayscale: #929292. Windows color (decimal): -9591652 or 10265709. OLE color: 10265709.

HSL color Cylindrical-coordinate representation of color #6DA49C: hue angle of 171.27º 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 #6DA49C is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB 109 164 156 -
CMYK 0.34 0 0.05 0.36
HSL 171.27º 0.23% 0.54% -
HSV(B) 171.27º 0.34% 0.64% -
XYZ 25.58 32.2 36.32 -
YUV 146.64 133.28 101.15 -
System Red Green Blue C M Y K H S L
Decimal 109 164 156 0.34 0 0.05 0.36 171.27 0.23 0.54
Hex 6D A4 9C 22 0 5 24 AB 17 36
Octal 155 244 234 42 0 5 44 253 27 66
Binary 1101101 10100100 10011100 100010 0 101 100100 10101011 10111 110110

Color Harmonies of #6DA49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA49C

Black with #6DA49C

Text Example


Text Example

White with #6DA49C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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