#6BADA1

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

Shades of Tradewind #6BADA1

Tints of Tradewind #6BADA1

Color information

#6BADA1 (or 0x6BADA1) is unknown color: approx Tradewind. HEX triplet: 6B, AD and A1. RGB value is (107,173,161). Sum of RGB (Red+Green+Blue) = 107+173+161=441 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.26% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 161 (63.28% from 255 or 36.51% from 441); Max value from RGB is 173 - color contains mainly: green. Hex color #6BADA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BADA1 is #94525E. Grayscale: #979797. Windows color (decimal): -9720415 or 10595691. OLE color: 10595691.

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

Color convert

RGB107173161-
CMYK0.3800.070.32
HSL169.09º28.7%54.9%-
HSV(B)169.09º38.15%67.84%-
XYZ27.4435.5939.14-
YUV151.9133.1395.98-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.26%
GREEN value IS 173 (67.97% from 255) = 39.23%
BLUE value IS 161 (63.28% from 255) = 36.51%
R=24.26%
G=39.23%
B=36.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1071731610.3800.070.32169.0928.754.9
Hex6BADA1260720a91d37
Octal1532552414607402513567
Binary1101011101011011010000110011001111000001010100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BADA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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