#6BBAAF

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

Shades of Tradewind #6BBAAF

Tints of Tradewind #6BBAAF

Color information

#6BBAAF (or 0x6BBAAF) is unknown color: approx Tradewind. HEX triplet: 6B, BA and AF. RGB value is (107,186,175). Sum of RGB (Red+Green+Blue) = 107+186+175=468 (61% of max value = 765). Red value is 107 (42.19% from 255 or 22.86% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 186 - color contains mainly: green. Hex color #6BBAAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBAAF is #944550. Grayscale: #A1A1A1. Windows color (decimal): -9717073 or 11516523. OLE color: 11516523.

HSL color Cylindrical-coordinate representation of color #6BBAAF: hue angle of 171.65º 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 #6BBAAF is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB107186175-
CMYK0.4200.060.27
HSL171.65º36.41%57.45%-
HSV(B)171.65º42.47%72.94%-
XYZ31.3641.3446.88-
YUV161.12135.8389.39-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.86%
GREEN value IS 186 (73.05% from 255) = 39.74%
BLUE value IS 175 (68.75% from 255) = 37.39%
R=22.86%
G=39.74%
B=37.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1071861750.4200.060.27171.6536.4157.45
Hex6BBAAF2A061Bac2439
Octal1532722575206332544471
Binary1101011101110101010111110101001101101110101100100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,186,175); }

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

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

 a { background-color: rgb(107,186,175); }

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

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

 span { border-color: rgb(107,186,175); }

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