#6FA69C

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

Shades of Tradewind #6FA69C

Tints of Tradewind #6FA69C

Color information

#6FA69C (or 0x6FA69C) is unknown color: approx Tradewind. HEX triplet: 6F, A6 and 9C. RGB value is (111,166,156). Sum of RGB (Red+Green+Blue) = 111+166+156=433 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.64% from 433); Green value is 166 (65.23% from 255 or 38.34% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 166 - color contains mainly: green. Hex color #6FA69C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA69C is #905963. Grayscale: #949494. Windows color (decimal): -9460068 or 10266223. OLE color: 10266223.

HSL color Cylindrical-coordinate representation of color #6FA69C: hue angle of 169.09º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6FA69C is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB111166156-
CMYK0.3300.060.35
HSL169.09º23.61%54.31%-
HSV(B)169.09º33.13%65.1%-
XYZ26.1933.0536.45-
YUV148.42132.28101.31-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.64%
GREEN value IS 166 (65.23% from 255) = 38.34%
BLUE value IS 156 (61.33% from 255) = 36.03%
R=25.64%
G=38.34%
B=36.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1111661560.3300.060.35169.0923.6154.31
Hex6FA69C210623a91836
Octal1572462344106432513066
Binary1101111101001101001110010000101101000111010100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,166,156); }

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

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

 a { background-color: rgb(111,166,156); }

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

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

 span { border-color: rgb(111,166,156); }

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