#6CB4A5

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

Shades of Tradewind #6CB4A5

Tints of Tradewind #6CB4A5

Color information

#6CB4A5 (or 0x6CB4A5) is unknown color: approx Tradewind. HEX triplet: 6C, B4 and A5. RGB value is (108,180,165). Sum of RGB (Red+Green+Blue) = 108+180+165=453 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.84% from 453); Green value is 180 (70.70% from 255 or 39.74% from 453); Blue value is 165 (64.84% from 255 or 36.42% from 453); Max value from RGB is 180 - color contains mainly: green. Hex color #6CB4A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB4A5 is #934B5A. Grayscale: #9C9C9C. Windows color (decimal): -9653083 or 10859628. OLE color: 10859628.

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

Color convert

RGB108180165-
CMYK0.4000.080.29
HSL167.5º32.43%56.47%-
HSV(B)167.5º40%70.59%-
XYZ29.338.5541.49-
YUV156.76132.6593.22-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.84%
GREEN value IS 180 (70.70% from 255) = 39.74%
BLUE value IS 165 (64.84% from 255) = 36.42%
R=23.84%
G=39.74%
B=36.42%

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
Decimal1081801650.4000.080.29167.532.4356.47
Hex6CB4A528081Da82038
Octal15426424550010352504070
Binary11011001011010010100101101000010001110110101000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB4A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,180,165); }

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

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

 a { background-color: rgb(108,180,165); }

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

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

 span { border-color: rgb(108,180,165); }

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