#6FBAAD

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

Shades of Gulf Stream #6FBAAD

Tints of Gulf Stream #6FBAAD

Color information

#6FBAAD (or 0x6FBAAD) is unknown color: approx Gulf Stream. HEX triplet: 6F, BA and AD. RGB value is (111,186,173). Sum of RGB (Red+Green+Blue) = 111+186+173=470 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.62% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBAAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBAAD is #904552. Grayscale: #A2A2A2. Windows color (decimal): -9454931 or 11385455. OLE color: 11385455.

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

Color convert

RGB111186173-
CMYK0.4000.070.27
HSL169.6º35.21%58.24%-
HSV(B)169.6º40.32%72.94%-
XYZ31.6641.5145.88-
YUV162.09134.1591.56-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.62%
GREEN value IS 186 (73.05% from 255) = 39.57%
BLUE value IS 173 (67.97% from 255) = 36.81%
R=23.62%
G=39.57%
B=36.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1111861730.4000.070.27169.635.2158.24
Hex6FBAAD28071Baa233a
Octal1572722555007332524372
Binary1101111101110101010110110100001111101110101010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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