#6BA69D

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

Shades of Tradewind #6BA69D

Tints of Tradewind #6BA69D

Color information

#6BA69D (or 0x6BA69D) is unknown color: approx Tradewind. HEX triplet: 6B, A6 and 9D. RGB value is (107,166,157). Sum of RGB (Red+Green+Blue) = 107+166+157=430 (56% of max value = 765). Red value is 107 (42.19% from 255 or 24.88% from 430); Green value is 166 (65.23% from 255 or 38.60% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 166 - color contains mainly: green. Hex color #6BA69D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA69D is #945962. Grayscale: #939393. Windows color (decimal): -9722211 or 10331755. OLE color: 10331755.

HSL color Cylindrical-coordinate representation of color #6BA69D: hue angle of 170.85º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6BA69D is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB107166157-
CMYK0.3600.050.35
HSL170.85º24.89%53.53%-
HSV(B)170.85º35.54%65.1%-
XYZ25.7932.8336.88-
YUV147.33133.4599.23-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.88%
GREEN value IS 166 (65.23% from 255) = 38.60%
BLUE value IS 157 (61.72% from 255) = 36.51%
R=24.88%
G=38.60%
B=36.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1071661570.3600.050.35170.8524.8953.53
Hex6BA69D240523ab1936
Octal1532462354405432533166
Binary1101011101001101001110110010001011000111010101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,166,157); }

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

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

 a { background-color: rgb(107,166,157); }

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

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

 span { border-color: rgb(107,166,157); }

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