Html Css Color HEX #6DA4A2 Tradewind

📋 copy color: '#6DA4A2'

red 109 ◦ green 164 ◦ blue 162

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

Shades of Tradewind #6DA4A2

Tints of Tradewind #6DA4A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 37.24%

R = 25.06%
G = 37.7%
B = 37.24%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#6DA4A2 (or 0x6DA4A2) is known color: Tradewind. HEX triplet: 6D, A4 and A2. RGB value is (109,164,162). Sum of RGB (Red+Green+Blue) = 109+164+162=435 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.06% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 162 (63.67% from 255 or 37.24% from 435); Max value from RGB is 164 - color contains mainly: green. Hex color #6DA4A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA4A2 is #925B5D. Grayscale: #939393. Windows color (decimal): -9591646 or 10658925. OLE color: 10658925.

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

Color convert

RGB 109 164 162 -
CMYK 0.34 0 0.01 0.36
HSL 177.82º 0.23% 0.54% -
HSV(B) 177.82º 0.34% 0.64% -
XYZ 26.1 32.41 39.06 -
YUV 147.33 136.28 100.66 -
System Red Green Blue C M Y K H S L
Decimal 109 164 162 0.34 0 0.01 0.36 177.82 0.23 0.54
Hex 6D A4 A2 22 0 1 24 B2 17 36
Octal 155 244 242 42 0 1 44 262 27 66
Binary 1101101 10100100 10100010 100010 0 1 100100 10110010 10111 110110

Color Harmonies of #6DA4A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA4A2

Black with #6DA4A2

Text Example


Text Example

White with #6DA4A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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