#6AAA9F

Color #6AAA9F Tradewind (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tradewind #6AAA9F

Tints of Tradewind #6AAA9F

Color information

#6AAA9F (or 0x6AAA9F) is unknown color: approx Tradewind. HEX triplet: 6A, AA and 9F. RGB value is (106,170,159). Sum of RGB (Red+Green+Blue) = 106+170+159=435 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.37% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 159 (62.5% from 255 or 36.55% from 435); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAA9F is #955560. Grayscale: #959595. Windows color (decimal): -9786721 or 10463850. OLE color: 10463850.

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

Color convert

RGB106170159-
CMYK0.3800.060.33
HSL169.69º27.35%54.12%-
HSV(B)169.69º37.65%66.67%-
XYZ26.5834.3238.02-
YUV149.61133.396.89-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.37%
GREEN value IS 170 (66.80% from 255) = 39.08%
BLUE value IS 159 (62.5% from 255) = 36.55%
R=24.37%
G=39.08%
B=36.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1061701590.3800.060.33169.6927.3554.12
Hex6AAA9F260621aa1b36
Octal1522522374606412523366
Binary1101010101010101001111110011001101000011010101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6AAA9F;
 }
 .AnyTagClassName
 {
   color: #6AAA9F;
 }
</style>
background-color css

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

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

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

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

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

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