#6CA49E

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

Shades of Tradewind #6CA49E

Tints of Tradewind #6CA49E

Color information

#6CA49E (or 0x6CA49E) is unknown color: approx Tradewind. HEX triplet: 6C, A4 and 9E. RGB value is (108,164,158). Sum of RGB (Red+Green+Blue) = 108+164+158=430 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.12% from 430); Green value is 164 (64.45% from 255 or 38.14% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 164 - color contains mainly: green. Hex color #6CA49E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA49E is #935B61. Grayscale: #929292. Windows color (decimal): -9657186 or 10396780. OLE color: 10396780.

HSL color Cylindrical-coordinate representation of color #6CA49E: hue angle of 173.57º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6CA49E is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB108164158-
CMYK0.3400.040.36
HSL173.57º23.53%53.33%-
HSV(B)173.57º34.15%64.31%-
XYZ25.6332.2137.21-
YUV146.57134.45100.49-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.12%
GREEN value IS 164 (64.45% from 255) = 38.14%
BLUE value IS 158 (62.11% from 255) = 36.74%
R=25.12%
G=38.14%
B=36.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1081641580.3400.040.36173.5723.5353.33
Hex6CA49E220424ae1835
Octal1542442364204442563065
Binary1101100101001001001111010001001001001001010111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,164,158); }

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

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

 a { background-color: rgb(108,164,158); }

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

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

 span { border-color: rgb(108,164,158); }

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