#6FBAA9

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

Shades of Gulf Stream #6FBAA9

Tints of Gulf Stream #6FBAA9

Color information

#6FBAA9 (or 0x6FBAA9) is unknown color: approx Gulf Stream. HEX triplet: 6F, BA and A9. RGB value is (111,186,169). Sum of RGB (Red+Green+Blue) = 111+186+169=466 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.82% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 169 (66.41% from 255 or 36.27% from 466); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBAA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBAA9 is #904556. Grayscale: #A1A1A1. Windows color (decimal): -9454935 or 11123311. OLE color: 11123311.

HSL color Cylindrical-coordinate representation of color #6FBAA9: hue angle of 166.4º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6FBAA9 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB111186169-
CMYK0.4000.090.27
HSL166.4º35.21%58.24%-
HSV(B)166.4º40.32%72.94%-
XYZ31.2841.3643.87-
YUV161.64132.1591.88-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.82%
GREEN value IS 186 (73.05% from 255) = 39.91%
BLUE value IS 169 (66.41% from 255) = 36.27%
R=23.82%
G=39.91%
B=36.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1111861690.4000.090.27166.435.2158.24
Hex6FBAA928091Ba6233a
Octal15727225150011332464372
Binary11011111011101010101001101000010011101110100110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,186,169); }

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

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

 a { background-color: rgb(111,186,169); }

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

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

 span { border-color: rgb(111,186,169); }

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