#6FB4AF

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

Shades of Tradewind #6FB4AF

Tints of Tradewind #6FB4AF

Color information

#6FB4AF (or 0x6FB4AF) is unknown color: approx Tradewind. HEX triplet: 6F, B4 and AF. RGB value is (111,180,175). Sum of RGB (Red+Green+Blue) = 111+180+175=466 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.82% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 180 - color contains mainly: green. Hex color #6FB4AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FB4AF is #904B50. Grayscale: #9E9E9E. Windows color (decimal): -9456465 or 11514991. OLE color: 11514991.

HSL color Cylindrical-coordinate representation of color #6FB4AF: hue angle of 175.65º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6FB4AF is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB111180175-
CMYK0.3800.030.29
HSL175.65º31.51%57.06%-
HSV(B)175.65º38.33%70.59%-
XYZ30.6139.1246.49-
YUV158.8137.1493.91-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.82%
GREEN value IS 180 (70.70% from 255) = 38.63%
BLUE value IS 175 (68.75% from 255) = 37.55%
R=23.82%
G=38.63%
B=37.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1111801750.3800.030.29175.6531.5157.06
Hex6FB4AF26031Db02039
Octal1572642574603352604071
Binary110111110110100101011111001100111110110110000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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