#6fafa9

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

Shades of Tradewind #6FAFA9

Tints of Tradewind #6FAFA9

Color information

#6FAFA9 (or 0x6FAFA9) is unknown color: approx Tradewind. HEX triplet: 6F, AF and A9. RGB value is (111,175,169). Sum of RGB (Red+Green+Blue) = 111+175+169=455 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.40% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 169 (66.41% from 255 or 37.14% from 455); Max value from RGB is 175 - color contains mainly: green. Hex color #6FAFA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAFA9 is #905056. Grayscale: #9B9B9B. Windows color (decimal): -9457751 or 11120495. OLE color: 11120495.

HSL color Cylindrical-coordinate representation of color #6FAFA9: hue angle of 174.38º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6FAFA9 is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB111175169-
CMYK0.3700.030.31
HSL174.38º28.57%56.08%-
HSV(B)174.38º36.57%68.63%-
XYZ29.0536.943.13-
YUV155.18135.896.49-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.40%
GREEN value IS 175 (68.75% from 255) = 38.46%
BLUE value IS 169 (66.41% from 255) = 37.14%
R=24.40%
G=38.46%
B=37.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1111751690.3700.030.31174.3828.5756.08
Hex6FAFA925031Fae1d38
Octal1572572514503372563570
Binary11011111010111110101001100101011111111010111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6fafa9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,175,169); }

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

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

 a { background-color: rgb(111,175,169); }

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

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

 span { border-color: rgb(111,175,169); }

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