#6DBAB4

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

Shades of Tradewind #6DBAB4

Tints of Tradewind #6DBAB4

Color information

#6DBAB4 (or 0x6DBAB4) is unknown color: approx Tradewind. HEX triplet: 6D, BA and B4. RGB value is (109,186,180). Sum of RGB (Red+Green+Blue) = 109+186+180=475 (62% of max value = 765). Red value is 109 (42.97% from 255 or 22.95% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 180 (70.70% from 255 or 37.89% from 475); Max value from RGB is 186 - color contains mainly: green. Hex color #6DBAB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBAB4 is #92454B. Grayscale: #A2A2A2. Windows color (decimal): -9585996 or 11844205. OLE color: 11844205.

HSL color Cylindrical-coordinate representation of color #6DBAB4: hue angle of 175.32º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6DBAB4 is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB109186180-
CMYK0.4100.030.27
HSL175.32º35.81%57.84%-
HSV(B)175.32º41.4%72.94%-
XYZ32.141.6649.53-
YUV162.29137.9989.99-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.95%
GREEN value IS 186 (73.05% from 255) = 39.16%
BLUE value IS 180 (70.70% from 255) = 37.89%
R=22.95%
G=39.16%
B=37.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1091861800.4100.030.27175.3235.8157.84
Hex6DBAB429031Baf243a
Octal1552722645103332574472
Binary110110110111010101101001010010111101110101111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DBAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,186,180); }

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

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

 a { background-color: rgb(109,186,180); }

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

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

 span { border-color: rgb(109,186,180); }

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