#6BAA9E

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

Shades of Tradewind #6BAA9E

Tints of Tradewind #6BAA9E

Color information

#6BAA9E (or 0x6BAA9E) is unknown color: approx Tradewind. HEX triplet: 6B, AA and 9E. RGB value is (107,170,158). Sum of RGB (Red+Green+Blue) = 107+170+158=435 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.60% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 170 - color contains mainly: green. Hex color #6BAA9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAA9E is #945561. Grayscale: #959595. Windows color (decimal): -9721186 or 10398315. OLE color: 10398315.

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

Color convert

RGB107170158-
CMYK0.3700.070.33
HSL168.57º27.04%54.31%-
HSV(B)168.57º37.06%66.67%-
XYZ26.6134.3437.57-
YUV149.79132.6397.48-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.60%
GREEN value IS 170 (66.80% from 255) = 39.08%
BLUE value IS 158 (62.11% from 255) = 36.32%
R=24.60%
G=39.08%
B=36.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1071701580.3700.070.33168.5727.0454.31
Hex6BAA9E250721a91b36
Octal1532522364507412513366
Binary1101011101010101001111010010101111000011010100111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,170,158); }

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

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

 a { background-color: rgb(107,170,158); }

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

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

 span { border-color: rgb(107,170,158); }

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