#6aaaa1

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

Shades of Tradewind #6AAAA1

Tints of Tradewind #6AAAA1

Color information

#6AAAA1 (or 0x6AAAA1) is unknown color: approx Tradewind. HEX triplet: 6A, AA and A1. RGB value is (106,170,161). Sum of RGB (Red+Green+Blue) = 106+170+161=437 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.26% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 161 (63.28% from 255 or 36.84% from 437); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAAA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAAA1 is #95555E. Grayscale: #959595. Windows color (decimal): -9786719 or 10594922. OLE color: 10594922.

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

Color convert

RGB106170161-
CMYK0.3800.050.33
HSL171.56º27.35%54.12%-
HSV(B)171.56º37.65%66.67%-
XYZ26.7534.3938.95-
YUV149.84134.396.73-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.26%
GREEN value IS 170 (66.80% from 255) = 38.90%
BLUE value IS 161 (63.28% from 255) = 36.84%
R=24.26%
G=38.90%
B=36.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1061701610.3800.050.33171.5627.3554.12
Hex6AAAA1260521ac1b36
Octal1522522414605412543366
Binary1101010101010101010000110011001011000011010110011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6aaaa1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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