#6BB9B2

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

Shades of Tradewind #6BB9B2

Tints of Tradewind #6BB9B2

Color information

#6BB9B2 (or 0x6BB9B2) is unknown color: approx Tradewind. HEX triplet: 6B, B9 and B2. RGB value is (107,185,178). Sum of RGB (Red+Green+Blue) = 107+185+178=470 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.77% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 178 (69.92% from 255 or 37.87% from 470); Max value from RGB is 185 - color contains mainly: green. Hex color #6BB9B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BB9B2 is #94464D. Grayscale: #A0A0A0. Windows color (decimal): -9717326 or 11712875. OLE color: 11712875.

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

Color convert

RGB107185178-
CMYK0.4200.040.27
HSL174.62º35.78%57.25%-
HSV(B)174.62º42.16%72.55%-
XYZ31.4541.0448.38-
YUV160.88137.6689.57-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.77%
GREEN value IS 185 (72.66% from 255) = 39.36%
BLUE value IS 178 (69.92% from 255) = 37.87%
R=22.77%
G=39.36%
B=37.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1071851780.4200.040.27174.6235.7857.25
Hex6BB9B22A041Baf2439
Octal1532712625204332574471
Binary1101011101110011011001010101001001101110101111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB9B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,185,178); }

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

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

 a { background-color: rgb(107,185,178); }

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

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

 span { border-color: rgb(107,185,178); }

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