#6BA79A

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

Shades of Tradewind #6BA79A

Tints of Tradewind #6BA79A

Color information

#6BA79A (or 0x6BA79A) is unknown color: approx Tradewind. HEX triplet: 6B, A7 and 9A. RGB value is (107,167,154). Sum of RGB (Red+Green+Blue) = 107+167+154=428 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25% from 428); Green value is 167 (65.62% from 255 or 39.02% from 428); Blue value is 154 (60.55% from 255 or 35.98% from 428); Max value from RGB is 167 - color contains mainly: green. Hex color #6BA79A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA79A is #945865. Grayscale: #939393. Windows color (decimal): -9721958 or 10135403. OLE color: 10135403.

HSL color Cylindrical-coordinate representation of color #6BA79A: hue angle of 167º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6BA79A is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB107167154-
CMYK0.3600.080.35
HSL167º25.42%53.73%-
HSV(B)167º35.93%65.49%-
XYZ25.7133.135.6-
YUV147.58131.6299.06-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25%
GREEN value IS 167 (65.62% from 255) = 39.02%
BLUE value IS 154 (60.55% from 255) = 35.98%
R=25%
G=39.02%
B=35.98%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1071671540.3600.080.3516725.4253.73
Hex6BA79A240823a71936
Octal15324723244010432473166
Binary11010111010011110011010100100010001000111010011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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