Html Css Color HEX #6DA49A Tradewind

📋 copy color: '#6DA49A'

red 109 ◦ green 164 ◦ blue 154

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

Shades of Tradewind #6DA49A

Tints of Tradewind #6DA49A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.07%

R = 25.53%
G = 38.41%
B = 36.07%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#6DA49A (or 0x6DA49A) is known color: Tradewind. HEX triplet: 6D, A4 and 9A. RGB value is (109,164,154). Sum of RGB (Red+Green+Blue) = 109+164+154=427 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.53% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 154 (60.55% from 255 or 36.07% from 427); Max value from RGB is 164 - color contains mainly: green. Hex color #6DA49A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA49A is #925B65. Grayscale: #929292. Windows color (decimal): -9591654 or 10134637. OLE color: 10134637.

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

Color convert

RGB 109 164 154 -
CMYK 0.34 0 0.06 0.36
HSL 169.09º 0.23% 0.54% -
HSV(B) 169.09º 0.34% 0.64% -
XYZ 25.41 32.14 35.44 -
YUV 146.42 132.28 101.31 -
System Red Green Blue C M Y K H S L
Decimal 109 164 154 0.34 0 0.06 0.36 169.09 0.23 0.54
Hex 6D A4 9A 22 0 6 24 A9 17 36
Octal 155 244 232 42 0 6 44 251 27 66
Binary 1101101 10100100 10011010 100010 0 110 100100 10101001 10111 110110

Color Harmonies of #6DA49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA49A

Black with #6DA49A

Text Example


Text Example

White with #6DA49A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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