Html Css Color HEX #6AAAA0 Tradewind

📋 copy color: '#6AAAA0'

red 106 ◦ green 170 ◦ blue 160

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

Shades of Tradewind #6AAAA0

Tints of Tradewind #6AAAA0

RGB

 RED value IS 106 (41.8% from 255) = 24.31%

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

 BLUE value IS 160 (62.89% from 255) = 36.7%

R = 24.31%
G = 38.99%
B = 36.7%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#6AAAA0 (or 0x6AAAA0) is known color: Tradewind. HEX triplet: 6A, AA and A0. RGB value is (106,170,160). Sum of RGB (Red+Green+Blue) = 106+170+160=436 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.31% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 160 (62.89% from 255 or 36.70% from 436); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAAA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAAA0 is #95555F. Grayscale: #959595. Windows color (decimal): -9786720 or 10529386. OLE color: 10529386.

HSL color Cylindrical-coordinate representation of color #6AAAA0: hue angle of 170.62º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6AAAA0 is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 106 170 160 -
CMYK 0.38 0 0.06 0.33
HSL 170.63º 0.27% 0.54% -
HSV(B) 170.63º 0.38% 0.67% -
XYZ 26.66 34.35 38.48 -
YUV 149.72 133.8 96.81 -
System Red Green Blue C M Y K H S L
Decimal 106 170 160 0.38 0 0.06 0.33 170.63 0.27 0.54
Hex 6A AA A0 26 0 6 21 AB 1B 36
Octal 152 252 240 46 0 6 41 253 33 66
Binary 1101010 10101010 10100000 100110 0 110 100001 10101011 11011 110110

Color Harmonies of #6AAAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAAA0

Black with #6AAAA0

Text Example


Text Example

White with #6AAAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,170,160); }

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

background-color css

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

 a { background-color: rgb(106,170,160); }

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

border-color css

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

 span { border-color: rgb(106,170,160); }

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