#6BAB9F

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

Shades of Tradewind #6BAB9F

Tints of Tradewind #6BAB9F

Color information

#6BAB9F (or 0x6BAB9F) is unknown color: approx Tradewind. HEX triplet: 6B, AB and 9F. RGB value is (107,171,159). Sum of RGB (Red+Green+Blue) = 107+171+159=437 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.49% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 159 (62.5% from 255 or 36.38% from 437); Max value from RGB is 171 - color contains mainly: green. Hex color #6BAB9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAB9F is #945460. Grayscale: #969696. Windows color (decimal): -9720929 or 10464107. OLE color: 10464107.

HSL color Cylindrical-coordinate representation of color #6BAB9F: hue angle of 168.75º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6BAB9F is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB107171159-
CMYK0.3700.070.33
HSL168.75º27.59%54.51%-
HSV(B)168.75º37.43%67.06%-
XYZ26.8834.7538.09-
YUV150.5132.896.98-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.49%
GREEN value IS 171 (67.19% from 255) = 39.13%
BLUE value IS 159 (62.5% from 255) = 36.38%
R=24.49%
G=39.13%
B=36.38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1071711590.3700.070.33168.7527.5954.51
Hex6BAB9F250721a91c37
Octal1532532374507412513467
Binary1101011101010111001111110010101111000011010100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,171,159); }

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

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

 a { background-color: rgb(107,171,159); }

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

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

 span { border-color: rgb(107,171,159); }

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