#6FBAB3

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

Shades of Gulf Stream #6FBAB3

Tints of Gulf Stream #6FBAB3

Color information

#6FBAB3 (or 0x6FBAB3) is unknown color: approx Gulf Stream. HEX triplet: 6F, BA and B3. RGB value is (111,186,179). Sum of RGB (Red+Green+Blue) = 111+186+179=476 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.32% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 179 (70.31% from 255 or 37.61% from 476); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBAB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBAB3 is #90454C. Grayscale: #A2A2A2. Windows color (decimal): -9454925 or 11778671. OLE color: 11778671.

HSL color Cylindrical-coordinate representation of color #6FBAB3: hue angle of 174.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 #6FBAB3 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB111186179-
CMYK0.4000.040.27
HSL174.4º35.21%58.24%-
HSV(B)174.4º40.32%72.94%-
XYZ32.2541.7549.01-
YUV162.78137.1591.07-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.32%
GREEN value IS 186 (73.05% from 255) = 39.08%
BLUE value IS 179 (70.31% from 255) = 37.61%
R=23.32%
G=39.08%
B=37.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1111861790.4000.040.27174.435.2158.24
Hex6FBAB328041Bae233a
Octal1572722635004332564372
Binary1101111101110101011001110100001001101110101110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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