#6CA49B

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

Shades of Tradewind #6CA49B

Tints of Tradewind #6CA49B

Color information

#6CA49B (or 0x6CA49B) is unknown color: approx Tradewind. HEX triplet: 6C, A4 and 9B. RGB value is (108,164,155). Sum of RGB (Red+Green+Blue) = 108+164+155=427 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.29% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 164 - color contains mainly: green. Hex color #6CA49B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA49B is #935B64. Grayscale: #929292. Windows color (decimal): -9657189 or 10200172. OLE color: 10200172.

HSL color Cylindrical-coordinate representation of color #6CA49B: hue angle of 170.36º 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 #6CA49B is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB108164155-
CMYK0.3400.050.36
HSL170.36º23.53%53.33%-
HSV(B)170.36º34.15%64.31%-
XYZ25.3832.1135.87-
YUV146.23132.95100.73-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.29%
GREEN value IS 164 (64.45% from 255) = 38.41%
BLUE value IS 155 (60.94% from 255) = 36.30%
R=25.29%
G=38.41%
B=36.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1081641550.3400.050.36170.3623.5353.33
Hex6CA49B220524aa1835
Octal1542442334205442523065
Binary1101100101001001001101110001001011001001010101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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