Html Css Color HEX #6DA29D Tradewind

📋 copy color: '#6DA29D'

red 109 ◦ green 162 ◦ blue 157

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

Shades of Tradewind #6DA29D

Tints of Tradewind #6DA29D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.85%

 BLUE value IS 157 (61.72% from 255) = 36.68%

R = 25.47%
G = 37.85%
B = 36.68%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#6DA29D (or 0x6DA29D) is known color: Tradewind. HEX triplet: 6D, A2 and 9D. RGB value is (109,162,157). Sum of RGB (Red+Green+Blue) = 109+162+157=428 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.47% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 162 - color contains mainly: green. Hex color #6DA29D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA29D is #925D62. Grayscale: #919191. Windows color (decimal): -9592163 or 10330733. OLE color: 10330733.

HSL color Cylindrical-coordinate representation of color #6DA29D: hue angle of 174.34º degrees, saturation: 0.22, 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 #6DA29D is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB 109 162 157 -
CMYK 0.33 0 0.03 0.36
HSL 174.34º 0.22% 0.53% -
HSV(B) 174.34º 0.33% 0.64% -
XYZ 25.31 31.53 36.65 -
YUV 145.58 134.44 101.91 -
System Red Green Blue C M Y K H S L
Decimal 109 162 157 0.33 0 0.03 0.36 174.34 0.22 0.53
Hex 6D A2 9D 21 0 3 24 AE 16 35
Octal 155 242 235 41 0 3 44 256 26 65
Binary 1101101 10100010 10011101 100001 0 11 100100 10101110 10110 110101

Color Harmonies of #6DA29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA29D

Black with #6DA29D

Text Example


Text Example

White with #6DA29D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,162,157); }

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

background-color css

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

 a { background-color: rgb(109,162,157); }

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

border-color css

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

 span { border-color: rgb(109,162,157); }

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