#6FA4A1

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

Shades of Tradewind #6FA4A1

Tints of Tradewind #6FA4A1

Color information

#6FA4A1 (or 0x6FA4A1) is unknown color: approx Tradewind. HEX triplet: 6F, A4 and A1. RGB value is (111,164,161). Sum of RGB (Red+Green+Blue) = 111+164+161=436 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.46% from 436); Green value is 164 (64.45% from 255 or 37.61% from 436); Blue value is 161 (63.28% from 255 or 36.93% from 436); Max value from RGB is 164 - color contains mainly: green. Hex color #6FA4A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA4A1 is #905B5E. Grayscale: #939393. Windows color (decimal): -9460575 or 10593391. OLE color: 10593391.

HSL color Cylindrical-coordinate representation of color #6FA4A1: hue angle of 176.6º degrees, saturation: 0.23, 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 #6FA4A1 is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB111164161-
CMYK0.3200.020.36
HSL176.6º22.55%53.92%-
HSV(B)176.6º32.32%64.31%-
XYZ26.2632.538.61-
YUV147.81135.44101.74-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.46%
GREEN value IS 164 (64.45% from 255) = 37.61%
BLUE value IS 161 (63.28% from 255) = 36.93%
R=25.46%
G=37.61%
B=36.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1111641610.3200.020.36176.622.5553.92
Hex6FA4A1200224b11736
Octal1572442414002442612766
Binary110111110100100101000011000000101001001011000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA4A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,164,161); }

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

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

 a { background-color: rgb(111,164,161); }

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

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

 span { border-color: rgb(111,164,161); }

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