#6BA39F

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

Shades of Tradewind #6BA39F

Tints of Tradewind #6BA39F

Color information

#6BA39F (or 0x6BA39F) is unknown color: approx Tradewind. HEX triplet: 6B, A3 and 9F. RGB value is (107,163,159). Sum of RGB (Red+Green+Blue) = 107+163+159=429 (56% of max value = 765). Red value is 107 (42.19% from 255 or 24.94% from 429); Green value is 163 (64.06% from 255 or 38.00% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 163 - color contains mainly: green. Hex color #6BA39F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA39F is #945C60. Grayscale: #919191. Windows color (decimal): -9722977 or 10462059. OLE color: 10462059.

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

Color convert

RGB107163159-
CMYK0.3400.020.36
HSL175.71º23.33%52.94%-
HSV(B)175.71º34.36%63.92%-
XYZ25.4231.8237.6-
YUV145.8135.45100.33-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.94%
GREEN value IS 163 (64.06% from 255) = 38.00%
BLUE value IS 159 (62.5% from 255) = 37.06%
R=24.94%
G=38.00%
B=37.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1071631590.3400.020.36175.7123.3352.94
Hex6BA39F220224b01735
Octal1532432374202442602765
Binary110101110100011100111111000100101001001011000010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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