#6FBAB1

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

Shades of Gulf Stream #6FBAB1

Tints of Gulf Stream #6FBAB1

Color information

#6FBAB1 (or 0x6FBAB1) is unknown color: approx Gulf Stream. HEX triplet: 6F, BA and B1. RGB value is (111,186,177). Sum of RGB (Red+Green+Blue) = 111+186+177=474 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.42% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 177 (69.53% from 255 or 37.34% from 474); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBAB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBAB1 is #90454E. Grayscale: #A2A2A2. Windows color (decimal): -9454927 or 11647599. OLE color: 11647599.

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

Color convert

RGB111186177-
CMYK0.4000.050.27
HSL172.8º35.21%58.24%-
HSV(B)172.8º40.32%72.94%-
XYZ32.0541.6747.95-
YUV162.55136.1591.23-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.42%
GREEN value IS 186 (73.05% from 255) = 39.24%
BLUE value IS 177 (69.53% from 255) = 37.34%
R=23.42%
G=39.24%
B=37.34%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1111861770.4000.050.27172.835.2158.24
Hex6FBAB128051Bad233a
Octal1572722615005332554372
Binary1101111101110101011000110100001011101110101101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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