#6EA299

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

Shades of Tradewind #6EA299

Tints of Tradewind #6EA299

Color information

#6EA299 (or 0x6EA299) is unknown color: approx Tradewind. HEX triplet: 6E, A2 and 99. RGB value is (110,162,153). Sum of RGB (Red+Green+Blue) = 110+162+153=425 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.88% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 162 - color contains mainly: green. Hex color #6EA299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA299 is #915D66. Grayscale: #919191. Windows color (decimal): -9526631 or 10068590. OLE color: 10068590.

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

Color convert

RGB110162153-
CMYK0.3200.060.36
HSL169.62º21.85%53.33%-
HSV(B)169.62º32.1%63.53%-
XYZ25.131.4634.89-
YUV145.43132.27102.73-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.88%
GREEN value IS 162 (63.67% from 255) = 38.12%
BLUE value IS 153 (60.16% from 255) = 36%
R=25.88%
G=38.12%
B=36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1101621530.3200.060.36169.6221.8553.33
Hex6EA299200624aa1635
Octal1562422314006442522665
Binary1101110101000101001100110000001101001001010101010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,162,153); }

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

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

 a { background-color: rgb(110,162,153); }

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

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

 span { border-color: rgb(110,162,153); }

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