#6BA39A

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

Shades of Tradewind #6BA39A

Tints of Tradewind #6BA39A

Color information

#6BA39A (or 0x6BA39A) is unknown color: approx Tradewind. HEX triplet: 6B, A3 and 9A. RGB value is (107,163,154). Sum of RGB (Red+Green+Blue) = 107+163+154=424 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.24% from 424); Green value is 163 (64.06% from 255 or 38.44% from 424); Blue value is 154 (60.55% from 255 or 36.32% from 424); Max value from RGB is 163 - color contains mainly: green. Hex color #6BA39A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA39A is #945C65. Grayscale: #919191. Windows color (decimal): -9722982 or 10134379. OLE color: 10134379.

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

Color convert

RGB107163154-
CMYK0.3400.060.36
HSL170.36º23.33%52.94%-
HSV(B)170.36º34.36%63.92%-
XYZ24.9931.6535.36-
YUV145.23132.95100.73-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.24%
GREEN value IS 163 (64.06% from 255) = 38.44%
BLUE value IS 154 (60.55% from 255) = 36.32%
R=25.24%
G=38.44%
B=36.32%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1071631540.3400.060.36170.3623.3352.94
Hex6BA39A220624aa1735
Octal1532432324206442522765
Binary1101011101000111001101010001001101001001010101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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