#6CAAA7

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

Shades of Tradewind #6CAAA7

Tints of Tradewind #6CAAA7

Color information

#6CAAA7 (or 0x6CAAA7) is unknown color: approx Tradewind. HEX triplet: 6C, AA and A7. RGB value is (108,170,167). Sum of RGB (Red+Green+Blue) = 108+170+167=445 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.27% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 167 (65.62% from 255 or 37.53% from 445); Max value from RGB is 170 - color contains mainly: green. Hex color #6CAAA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAAA7 is #935558. Grayscale: #979797. Windows color (decimal): -9655641 or 10988140. OLE color: 10988140.

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

Color convert

RGB108170167-
CMYK0.3600.020.33
HSL177.1º26.72%54.51%-
HSV(B)177.1º36.47%66.67%-
XYZ27.5334.7341.81-
YUV151.12136.9697.24-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24.27%
GREEN value IS 170 (66.80% from 255) = 38.20%
BLUE value IS 167 (65.62% from 255) = 37.53%
R=24.27%
G=38.20%
B=37.53%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1081701670.3600.020.33177.126.7254.51
Hex6CAAA7240221b11b37
Octal1542522474402412613367
Binary110110010101010101001111001000101000011011000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CAAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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