#6BAB9D

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

Shades of Tradewind #6BAB9D

Tints of Tradewind #6BAB9D

Color information

#6BAB9D (or 0x6BAB9D) is unknown color: approx Tradewind. HEX triplet: 6B, AB and 9D. RGB value is (107,171,157). Sum of RGB (Red+Green+Blue) = 107+171+157=435 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.60% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 171 - color contains mainly: green. Hex color #6BAB9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAB9D is #945462. Grayscale: #969696. Windows color (decimal): -9720931 or 10333035. OLE color: 10333035.

HSL color Cylindrical-coordinate representation of color #6BAB9D: hue angle of 166.88º 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 #6BAB9D is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB107171157-
CMYK0.3700.080.33
HSL166.88º27.59%54.51%-
HSV(B)166.88º37.43%67.06%-
XYZ26.7134.6937.19-
YUV150.27131.897.14-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.60%
GREEN value IS 171 (67.19% from 255) = 39.31%
BLUE value IS 157 (61.72% from 255) = 36.09%
R=24.60%
G=39.31%
B=36.09%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1071711570.3700.080.33166.8827.5954.51
Hex6BAB9D250821a71c37
Octal15325323545010412473467
Binary11010111010101110011101100101010001000011010011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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