#6BB1A1

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

Shades of Tradewind #6BB1A1

Tints of Tradewind #6BB1A1

Color information

#6BB1A1 (or 0x6BB1A1) is unknown color: approx Tradewind. HEX triplet: 6B, B1 and A1. RGB value is (107,177,161). Sum of RGB (Red+Green+Blue) = 107+177+161=445 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.04% from 445); Green value is 177 (69.53% from 255 or 39.78% from 445); Blue value is 161 (63.28% from 255 or 36.18% from 445); Max value from RGB is 177 - color contains mainly: green. Hex color #6BB1A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BB1A1 is #944E5E. Grayscale: #9A9A9A. Windows color (decimal): -9719391 or 10596715. OLE color: 10596715.

HSL color Cylindrical-coordinate representation of color #6BB1A1: hue angle of 166.29º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6BB1A1 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB107177161-
CMYK0.4000.090.31
HSL166.29º30.97%55.69%-
HSV(B)166.29º39.55%69.41%-
XYZ28.2237.1439.4-
YUV154.25131.8194.3-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.04%
GREEN value IS 177 (69.53% from 255) = 39.78%
BLUE value IS 161 (63.28% from 255) = 36.18%
R=24.04%
G=39.78%
B=36.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1071771610.4000.090.31166.2930.9755.69
Hex6BB1A128091Fa61f38
Octal15326124150011372463770
Binary1101011101100011010000110100001001111111010011011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB1A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,177,161); }

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

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

 a { background-color: rgb(107,177,161); }

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

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

 span { border-color: rgb(107,177,161); }

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