#6CB6B0

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

Shades of Tradewind #6CB6B0

Tints of Tradewind #6CB6B0

Color information

#6CB6B0 (or 0x6CB6B0) is unknown color: approx Tradewind. HEX triplet: 6C, B6 and B0. RGB value is (108,182,176). Sum of RGB (Red+Green+Blue) = 108+182+176=466 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.18% from 466); Green value is 182 (71.48% from 255 or 39.06% from 466); Blue value is 176 (69.14% from 255 or 37.77% from 466); Max value from RGB is 182 - color contains mainly: green. Hex color #6CB6B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB6B0 is #93494F. Grayscale: #9F9F9F. Windows color (decimal): -9652560 or 11581036. OLE color: 11581036.

HSL color Cylindrical-coordinate representation of color #6CB6B0: hue angle of 175.14º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6CB6B0 is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB108182176-
CMYK0.4100.030.29
HSL175.14º33.64%56.86%-
HSV(B)175.14º40.66%71.37%-
XYZ30.7539.7847.13-
YUV159.19137.4891.49-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.18%
GREEN value IS 182 (71.48% from 255) = 39.06%
BLUE value IS 176 (69.14% from 255) = 37.77%
R=23.18%
G=39.06%
B=37.77%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1081821760.4100.030.29175.1433.6456.86
Hex6CB6B029031Daf2239
Octal1542662605103352574271
Binary110110010110110101100001010010111110110101111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,182,176); }

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

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

 a { background-color: rgb(108,182,176); }

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

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

 span { border-color: rgb(108,182,176); }

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