Html Css Color HEX #6DAAA9 Tradewind

📋 copy color: '#6DAAA9'

red 109 ◦ green 170 ◦ blue 169

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

Shades of Tradewind #6DAAA9

Tints of Tradewind #6DAAA9

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.95%

 BLUE value IS 169 (66.41% from 255) = 37.72%

R = 24.33%
G = 37.95%
B = 37.72%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#6DAAA9 (or 0x6DAAA9) is known color: Tradewind. HEX triplet: 6D, AA and A9. RGB value is (109,170,169). Sum of RGB (Red+Green+Blue) = 109+170+169=448 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.33% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 169 (66.41% from 255 or 37.72% from 448); Max value from RGB is 170 - color contains mainly: green. Hex color #6DAAA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAAA9 is #925556. Grayscale: #979797. Windows color (decimal): -9590103 or 11119213. OLE color: 11119213.

HSL color Cylindrical-coordinate representation of color #6DAAA9: hue angle of 179.02º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6DAAA9 is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 109 170 169 -
CMYK 0.36 0 0.01 0.33
HSL 179.02º 0.26% 0.55% -
HSV(B) 179.02º 0.36% 0.67% -
XYZ 27.84 34.87 42.8 -
YUV 151.65 137.79 97.58 -
System Red Green Blue C M Y K H S L
Decimal 109 170 169 0.36 0 0.01 0.33 179.02 0.26 0.55
Hex 6D AA A9 24 0 1 21 B3 1A 37
Octal 155 252 251 44 0 1 41 263 32 67
Binary 1101101 10101010 10101001 100100 0 1 100001 10110011 11010 110111

Color Harmonies of #6DAAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAAA9

Black with #6DAAA9

Text Example


Text Example

White with #6DAAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,170,169); }

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

background-color css

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

 a { background-color: rgb(109,170,169); }

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

border-color css

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

 span { border-color: rgb(109,170,169); }

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