Html Css Color HEX #6DA29F Tradewind

📋 copy color: '#6DA29F'

red 109 ◦ green 162 ◦ blue 159

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

Shades of Tradewind #6DA29F

Tints of Tradewind #6DA29F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.98%

R = 25.35%
G = 37.67%
B = 36.98%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#6DA29F (or 0x6DA29F) is known color: Tradewind. HEX triplet: 6D, A2 and 9F. RGB value is (109,162,159). Sum of RGB (Red+Green+Blue) = 109+162+159=430 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.35% from 430); Green value is 162 (63.67% from 255 or 37.67% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 162 - color contains mainly: green. Hex color #6DA29F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA29F is #925D60. Grayscale: #919191. Windows color (decimal): -9592161 or 10461805. OLE color: 10461805.

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

Color convert

RGB 109 162 159 -
CMYK 0.33 0 0.02 0.36
HSL 176.6º 0.22% 0.53% -
HSV(B) 176.6º 0.33% 0.64% -
XYZ 25.49 31.6 37.56 -
YUV 145.81 135.44 101.74 -
System Red Green Blue C M Y K H S L
Decimal 109 162 159 0.33 0 0.02 0.36 176.6 0.22 0.53
Hex 6D A2 9F 21 0 2 24 B1 16 35
Octal 155 242 237 41 0 2 44 261 26 65
Binary 1101101 10100010 10011111 100001 0 10 100100 10110001 10110 110101

Color Harmonies of #6DA29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA29F

Black with #6DA29F

Text Example


Text Example

White with #6DA29F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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