#6FA29E

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

Shades of Tradewind #6FA29E

Tints of Tradewind #6FA29E

Color information

#6FA29E (or 0x6FA29E) is unknown color: approx Tradewind. HEX triplet: 6F, A2 and 9E. RGB value is (111,162,158). Sum of RGB (Red+Green+Blue) = 111+162+158=431 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.75% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 162 - color contains mainly: green. Hex color #6FA29E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA29E is #905D61. Grayscale: #929292. Windows color (decimal): -9461090 or 10396271. OLE color: 10396271.

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

Color convert

RGB111162158-
CMYK0.3100.020.36
HSL175.29º21.52%53.53%-
HSV(B)175.29º31.48%63.53%-
XYZ25.6531.6937.11-
YUV146.29134.6102.83-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.75%
GREEN value IS 162 (63.67% from 255) = 37.59%
BLUE value IS 158 (62.11% from 255) = 36.66%
R=25.75%
G=37.59%
B=36.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1111621580.3100.020.36175.2921.5253.53
Hex6FA29E1F0224af1636
Octal1572422363702442572666
Binary11011111010001010011110111110101001001010111110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,162,158); }

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

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

 a { background-color: rgb(111,162,158); }

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

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

 span { border-color: rgb(111,162,158); }

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