#6CA29D

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

Shades of Tradewind #6CA29D

Tints of Tradewind #6CA29D

Color information

#6CA29D (or 0x6CA29D) is unknown color: approx Tradewind. HEX triplet: 6C, A2 and 9D. RGB value is (108,162,157). Sum of RGB (Red+Green+Blue) = 108+162+157=427 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.29% from 427); Green value is 162 (63.67% from 255 or 37.94% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 162 - color contains mainly: green. Hex color #6CA29D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA29D is #935D62. Grayscale: #919191. Windows color (decimal): -9657699 or 10330732. OLE color: 10330732.

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

Color convert

RGB108162157-
CMYK0.3300.030.36
HSL174.44º22.5%52.94%-
HSV(B)174.44º33.33%63.53%-
XYZ25.1931.4636.64-
YUV145.28134.61101.41-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.29%
GREEN value IS 162 (63.67% from 255) = 37.94%
BLUE value IS 157 (61.72% from 255) = 36.77%
R=25.29%
G=37.94%
B=36.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1081621570.3300.030.36174.4422.552.94
Hex6CA29D210324ae1735
Octal1542422354103442562765
Binary110110010100010100111011000010111001001010111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,162,157); }

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

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

 a { background-color: rgb(108,162,157); }

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

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

 span { border-color: rgb(108,162,157); }

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