#6CB5A7

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

Shades of Tradewind #6CB5A7

Tints of Tradewind #6CB5A7

Color information

#6CB5A7 (or 0x6CB5A7) is unknown color: approx Tradewind. HEX triplet: 6C, B5 and A7. RGB value is (108,181,167). Sum of RGB (Red+Green+Blue) = 108+181+167=456 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.68% from 456); Green value is 181 (71.09% from 255 or 39.69% from 456); Blue value is 167 (65.62% from 255 or 36.62% from 456); Max value from RGB is 181 - color contains mainly: green. Hex color #6CB5A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB5A7 is #934A58. Grayscale: #9D9D9D. Windows color (decimal): -9652825 or 10990956. OLE color: 10990956.

HSL color Cylindrical-coordinate representation of color #6CB5A7: hue angle of 168.49º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6CB5A7 is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB108181167-
CMYK0.4000.080.29
HSL168.49º33.03%56.67%-
HSV(B)168.49º40.33%70.98%-
XYZ29.6839.0342.53-
YUV157.58133.3292.64-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.68%
GREEN value IS 181 (71.09% from 255) = 39.69%
BLUE value IS 167 (65.62% from 255) = 36.62%
R=23.68%
G=39.69%
B=36.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1081811670.4000.080.29168.4933.0356.67
Hex6CB5A728081Da82139
Octal15426524750010352504171
Binary11011001011010110100111101000010001110110101000100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB5A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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