#6AB8A9

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

Shades of Tradewind #6AB8A9

Tints of Tradewind #6AB8A9

Color information

#6AB8A9 (or 0x6AB8A9) is unknown color: approx Tradewind. HEX triplet: 6A, B8 and A9. RGB value is (106,184,169). Sum of RGB (Red+Green+Blue) = 106+184+169=459 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.09% from 459); Green value is 184 (72.27% from 255 or 40.09% from 459); Blue value is 169 (66.41% from 255 or 36.82% from 459); Max value from RGB is 184 - color contains mainly: green. Hex color #6AB8A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AB8A9 is #954756. Grayscale: #9E9E9E. Windows color (decimal): -9783127 or 11122794. OLE color: 11122794.

HSL color Cylindrical-coordinate representation of color #6AB8A9: hue angle of 168.46º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6AB8A9 is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB106184169-
CMYK0.4200.080.28
HSL168.46º35.45%56.86%-
HSV(B)168.46º42.39%72.16%-
XYZ30.2540.2143.7-
YUV158.97133.6690.22-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.09%
GREEN value IS 184 (72.27% from 255) = 40.09%
BLUE value IS 169 (66.41% from 255) = 36.82%
R=23.09%
G=40.09%
B=36.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1061841690.4200.080.28168.4635.4556.86
Hex6AB8A92A081Ca82339
Octal15227025152010342504371
Binary11010101011100010101001101010010001110010101000100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB8A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,184,169); }

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

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

 a { background-color: rgb(106,184,169); }

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

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

 span { border-color: rgb(106,184,169); }

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