Html Css Color HEX #6DA29B Tradewind

📋 copy color: '#6DA29B'

red 109 ◦ green 162 ◦ blue 155

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

Shades of Tradewind #6DA29B

Tints of Tradewind #6DA29B

RGB

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

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

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

R = 25.59%
G = 38.03%
B = 36.38%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#6DA29B (or 0x6DA29B) is known color: Tradewind. HEX triplet: 6D, A2 and 9B. RGB value is (109,162,155). Sum of RGB (Red+Green+Blue) = 109+162+155=426 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.59% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 162 - color contains mainly: green. Hex color #6DA29B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA29B is #925D64. Grayscale: #919191. Windows color (decimal): -9592165 or 10199661. OLE color: 10199661.

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

Color convert

RGB 109 162 155 -
CMYK 0.33 0 0.04 0.36
HSL 172.08º 0.22% 0.53% -
HSV(B) 172.08º 0.33% 0.64% -
XYZ 25.14 31.46 35.76 -
YUV 145.36 133.44 102.07 -
System Red Green Blue C M Y K H S L
Decimal 109 162 155 0.33 0 0.04 0.36 172.08 0.22 0.53
Hex 6D A2 9B 21 0 4 24 AC 16 35
Octal 155 242 233 41 0 4 44 254 26 65
Binary 1101101 10100010 10011011 100001 0 100 100100 10101100 10110 110101

Color Harmonies of #6DA29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA29B

Black with #6DA29B

Text Example


Text Example

White with #6DA29B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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