#6DADAC

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

Shades of Tradewind #6DADAC

Tints of Tradewind #6DADAC

Color information

#6DADAC (or 0x6DADAC) is unknown color: approx Tradewind. HEX triplet: 6D, AD and AC. RGB value is (109,173,172). Sum of RGB (Red+Green+Blue) = 109+173+172=454 (60% of max value = 765). Red value is 109 (42.97% from 255 or 24.01% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 173 - color contains mainly: green. Hex color #6DADAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DADAC is #925253. Grayscale: #999999. Windows color (decimal): -9589332 or 11316589. OLE color: 11316589.

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

Color convert

RGB109173172-
CMYK0.3700.010.32
HSL179.06º28.07%55.29%-
HSV(B)179.06º36.99%67.84%-
XYZ28.736.1244.49-
YUV153.75138.396.08-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.01%
GREEN value IS 173 (67.97% from 255) = 38.11%
BLUE value IS 172 (67.58% from 255) = 37.89%
R=24.01%
G=38.11%
B=37.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1091731720.3700.010.32179.0628.0755.29
Hex6DADAC250120b31c37
Octal1552552544501402633467
Binary11011011010110110101100100101011000001011001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DADAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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