#6BBAAE

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

Shades of Tradewind #6BBAAE

Tints of Tradewind #6BBAAE

Color information

#6BBAAE (or 0x6BBAAE) is unknown color: approx Tradewind. HEX triplet: 6B, BA and AE. RGB value is (107,186,174). Sum of RGB (Red+Green+Blue) = 107+186+174=467 (61% of max value = 765). Red value is 107 (42.19% from 255 or 22.91% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 186 - color contains mainly: green. Hex color #6BBAAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBAAE is #944551. Grayscale: #A0A0A0. Windows color (decimal): -9717074 or 11450987. OLE color: 11450987.

HSL color Cylindrical-coordinate representation of color #6BBAAE: hue angle of 170.89º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6BBAAE is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB107186174-
CMYK0.4200.060.27
HSL170.89º36.41%57.45%-
HSV(B)170.89º42.47%72.94%-
XYZ31.2641.346.37-
YUV161.01135.3389.48-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.91%
GREEN value IS 186 (73.05% from 255) = 39.83%
BLUE value IS 174 (68.36% from 255) = 37.26%
R=22.91%
G=39.83%
B=37.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1071861740.4200.060.27170.8936.4157.45
Hex6BBAAE2A061Bab2439
Octal1532722565206332534471
Binary1101011101110101010111010101001101101110101011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,186,174); }

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

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

 a { background-color: rgb(107,186,174); }

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

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

 span { border-color: rgb(107,186,174); }

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