#6FA39B

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

Shades of Tradewind #6FA39B

Tints of Tradewind #6FA39B

Color information

#6FA39B (or 0x6FA39B) is unknown color: approx Tradewind. HEX triplet: 6F, A3 and 9B. RGB value is (111,163,155). Sum of RGB (Red+Green+Blue) = 111+163+155=429 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.87% from 429); Green value is 163 (64.06% from 255 or 38.00% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 163 - color contains mainly: green. Hex color #6FA39B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA39B is #905C64. Grayscale: #929292. Windows color (decimal): -9460837 or 10199919. OLE color: 10199919.

HSL color Cylindrical-coordinate representation of color #6FA39B: hue angle of 170.77º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6FA39B is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB111163155-
CMYK0.3200.050.36
HSL170.77º22.03%53.73%-
HSV(B)170.77º31.9%63.92%-
XYZ25.5731.9435.83-
YUV146.54132.77102.65-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.87%
GREEN value IS 163 (64.06% from 255) = 38.00%
BLUE value IS 155 (60.94% from 255) = 36.13%
R=25.87%
G=38.00%
B=36.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1111631550.3200.050.36170.7722.0353.73
Hex6FA39B200524ab1636
Octal1572432334005442532666
Binary1101111101000111001101110000001011001001010101110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,163,155); }

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

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

 a { background-color: rgb(111,163,155); }

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

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

 span { border-color: rgb(111,163,155); }

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