#6BAAA3

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

Shades of Tradewind #6BAAA3

Tints of Tradewind #6BAAA3

Color information

#6BAAA3 (or 0x6BAAA3) is unknown color: approx Tradewind. HEX triplet: 6B, AA and A3. RGB value is (107,170,163). Sum of RGB (Red+Green+Blue) = 107+170+163=440 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.32% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 163 (64.06% from 255 or 37.05% from 440); Max value from RGB is 170 - color contains mainly: green. Hex color #6BAAA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAAA3 is #94555C. Grayscale: #969696. Windows color (decimal): -9721181 or 10725995. OLE color: 10725995.

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

Color convert

RGB107170163-
CMYK0.3700.040.33
HSL173.33º27.04%54.31%-
HSV(B)173.33º37.06%66.67%-
XYZ27.0534.5239.89-
YUV150.36135.1397.07-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.32%
GREEN value IS 170 (66.80% from 255) = 38.64%
BLUE value IS 163 (64.06% from 255) = 37.05%
R=24.32%
G=38.64%
B=37.05%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1071701630.3700.040.33173.3327.0454.31
Hex6BAAA3250421ad1b36
Octal1532522434504412553366
Binary1101011101010101010001110010101001000011010110111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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