#6BACA2

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

Shades of Tradewind #6BACA2

Tints of Tradewind #6BACA2

Color information

#6BACA2 (or 0x6BACA2) is unknown color: approx Tradewind. HEX triplet: 6B, AC and A2. RGB value is (107,172,162). Sum of RGB (Red+Green+Blue) = 107+172+162=441 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.26% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 162 (63.67% from 255 or 36.73% from 441); Max value from RGB is 172 - color contains mainly: green. Hex color #6BACA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BACA2 is #94535D. Grayscale: #979797. Windows color (decimal): -9720670 or 10660971. OLE color: 10660971.

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

Color convert

RGB107172162-
CMYK0.3800.060.33
HSL170.77º28.14%54.71%-
HSV(B)170.77º37.79%67.45%-
XYZ27.3435.2439.54-
YUV151.42133.9796.31-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.26%
GREEN value IS 172 (67.58% from 255) = 39.00%
BLUE value IS 162 (63.67% from 255) = 36.73%
R=24.26%
G=39.00%
B=36.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1071721620.3800.060.33170.7728.1454.71
Hex6BACA2260621ab1c37
Octal1532542424606412533467
Binary1101011101011001010001010011001101000011010101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BACA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,172,162); }

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

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

 a { background-color: rgb(107,172,162); }

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

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

 span { border-color: rgb(107,172,162); }

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