#6BAEA2

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

Shades of Tradewind #6BAEA2

Tints of Tradewind #6BAEA2

Color information

#6BAEA2 (or 0x6BAEA2) is unknown color: approx Tradewind. HEX triplet: 6B, AE and A2. RGB value is (107,174,162). Sum of RGB (Red+Green+Blue) = 107+174+162=443 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.15% from 443); Green value is 174 (68.36% from 255 or 39.28% from 443); Blue value is 162 (63.67% from 255 or 36.57% from 443); Max value from RGB is 174 - color contains mainly: green. Hex color #6BAEA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAEA2 is #94515D. Grayscale: #989898. Windows color (decimal): -9720158 or 10661483. OLE color: 10661483.

HSL color Cylindrical-coordinate representation of color #6BAEA2: hue angle of 169.25º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6BAEA2 is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB107174162-
CMYK0.3900.070.32
HSL169.25º29.26%55.1%-
HSV(B)169.25º38.51%68.24%-
XYZ27.7236.0139.67-
YUV152.6133.395.48-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.15%
GREEN value IS 174 (68.36% from 255) = 39.28%
BLUE value IS 162 (63.67% from 255) = 36.57%
R=24.15%
G=39.28%
B=36.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1071741620.3900.070.32169.2529.2655.1
Hex6BAEA2270720a91d37
Octal1532562424707402513567
Binary1101011101011101010001010011101111000001010100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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