#6BADAC

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

Shades of Tradewind #6BADAC

Tints of Tradewind #6BADAC

Color information

#6BADAC (or 0x6BADAC) is unknown color: approx Tradewind. HEX triplet: 6B, AD and AC. RGB value is (107,173,172). Sum of RGB (Red+Green+Blue) = 107+173+172=452 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.67% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 173 - color contains mainly: green. Hex color #6BADAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BADAC is #945253. Grayscale: #999999. Windows color (decimal): -9720404 or 11316587. OLE color: 11316587.

HSL color Cylindrical-coordinate representation of color #6BADAC: hue angle of 179.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 #6BADAC is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB107173172-
CMYK0.3800.010.32
HSL179.09º28.7%54.9%-
HSV(B)179.09º38.15%67.84%-
XYZ28.4535.9944.48-
YUV153.15138.6395.08-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.67%
GREEN value IS 173 (67.97% from 255) = 38.27%
BLUE value IS 172 (67.58% from 255) = 38.05%
R=23.67%
G=38.27%
B=38.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1071731720.3800.010.32179.0928.754.9
Hex6BADAC260120b31d37
Octal1532552544601402633567
Binary11010111010110110101100100110011000001011001111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BADAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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