#6FB9BA

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

Shades of Fountain Blue #6FB9BA

Tints of Fountain Blue #6FB9BA

Color information

#6FB9BA (or 0x6FB9BA) is unknown color: approx Fountain Blue. HEX triplet: 6F, B9 and BA. RGB value is (111,185,186). Sum of RGB (Red+Green+Blue) = 111+185+186=482 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.03% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 186 - color contains mainly: blue. Hex color #6FB9BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB9BA is #904645. Grayscale: #A2A2A2. Windows color (decimal): -9455174 or 12237167. OLE color: 12237167.

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

Color convert

RGB111185186-
CMYK0.400.0100.27
HSL180.8º35.21%58.24%-
HSV(B)180.8º40.32%72.94%-
XYZ32.7741.6252.76-
YUV162.99140.9890.92-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.03%
GREEN value IS 185 (72.66% from 255) = 38.38%
BLUE value IS 186 (73.05% from 255) = 38.59%
R=23.03%
G=38.38%
B=38.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1111851860.400.0100.27180.835.2158.24
Hex6FB9BA28101Bb5233a
Octal1572712725010332654372
Binary11011111011100110111010101000101101110110101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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