#6BB1A7

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

Shades of Tradewind #6BB1A7

Tints of Tradewind #6BB1A7

Color information

#6BB1A7 (or 0x6BB1A7) is unknown color: approx Tradewind. HEX triplet: 6B, B1 and A7. RGB value is (107,177,167). Sum of RGB (Red+Green+Blue) = 107+177+167=451 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.73% from 451); Green value is 177 (69.53% from 255 or 39.25% from 451); Blue value is 167 (65.62% from 255 or 37.03% from 451); Max value from RGB is 177 - color contains mainly: green. Hex color #6BB1A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BB1A7 is #944E58. Grayscale: #9A9A9A. Windows color (decimal): -9719385 or 10989931. OLE color: 10989931.

HSL color Cylindrical-coordinate representation of color #6BB1A7: hue angle of 171.43º 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 #6BB1A7 is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB107177167-
CMYK0.4000.060.31
HSL171.43º30.97%55.69%-
HSV(B)171.43º39.55%69.41%-
XYZ28.7637.3642.25-
YUV154.93134.8193.81-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.73%
GREEN value IS 177 (69.53% from 255) = 39.25%
BLUE value IS 167 (65.62% from 255) = 37.03%
R=23.73%
G=39.25%
B=37.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1071771670.4000.060.31171.4330.9755.69
Hex6BB1A728061Fab1f38
Octal1532612475006372533770
Binary110101110110001101001111010000110111111010101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB1A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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