#6BA29C

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

Shades of Tradewind #6BA29C

Tints of Tradewind #6BA29C

Color information

#6BA29C (or 0x6BA29C) is unknown color: approx Tradewind. HEX triplet: 6B, A2 and 9C. RGB value is (107,162,156). Sum of RGB (Red+Green+Blue) = 107+162+156=425 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.18% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 162 - color contains mainly: green. Hex color #6BA29C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA29C is #945D63. Grayscale: #909090. Windows color (decimal): -9723236 or 10265195. OLE color: 10265195.

HSL color Cylindrical-coordinate representation of color #6BA29C: hue angle of 173.45º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6BA29C is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB107162156-
CMYK0.3400.040.36
HSL173.45º22.82%52.75%-
HSV(B)173.45º33.95%63.53%-
XYZ24.9831.3736.19-
YUV144.87134.28100.99-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.18%
GREEN value IS 162 (63.67% from 255) = 38.12%
BLUE value IS 156 (61.33% from 255) = 36.71%
R=25.18%
G=38.12%
B=36.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1071621560.3400.040.36173.4522.8252.75
Hex6BA29C220424ad1735
Octal1532422344204442552765
Binary1101011101000101001110010001001001001001010110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,162,156); }

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

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

 a { background-color: rgb(107,162,156); }

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

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

 span { border-color: rgb(107,162,156); }

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