#6CAA9D

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

Shades of Tradewind #6CAA9D

Tints of Tradewind #6CAA9D

Color information

#6CAA9D (or 0x6CAA9D) is unknown color: approx Tradewind. HEX triplet: 6C, AA and 9D. RGB value is (108,170,157). Sum of RGB (Red+Green+Blue) = 108+170+157=435 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.83% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 170 - color contains mainly: green. Hex color #6CAA9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAA9D is #935562. Grayscale: #959595. Windows color (decimal): -9655651 or 10332780. OLE color: 10332780.

HSL color Cylindrical-coordinate representation of color #6CAA9D: hue angle of 167.42º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6CAA9D is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB108170157-
CMYK0.3600.080.33
HSL167.42º26.72%54.51%-
HSV(B)167.42º36.47%66.67%-
XYZ26.6434.3737.13-
YUV149.98131.9698.06-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24.83%
GREEN value IS 170 (66.80% from 255) = 39.08%
BLUE value IS 157 (61.72% from 255) = 36.09%
R=24.83%
G=39.08%
B=36.09%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1081701570.3600.080.33167.4226.7254.51
Hex6CAA9D240821a71b37
Octal15425223544010412473367
Binary11011001010101010011101100100010001000011010011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CAA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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