#6FA5B4

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

Shades of Fountain Blue #6FA5B4

Tints of Fountain Blue #6FA5B4

Color information

#6FA5B4 (or 0x6FA5B4) is unknown color: approx Fountain Blue. HEX triplet: 6F, A5 and B4. RGB value is (111,165,180). Sum of RGB (Red+Green+Blue) = 111+165+180=456 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.34% from 456); Green value is 165 (64.84% from 255 or 36.18% from 456); Blue value is 180 (70.70% from 255 or 39.47% from 456); Max value from RGB is 180 - color contains mainly: blue. Hex color #6FA5B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA5B4 is #905A4B. Grayscale: #969696. Windows color (decimal): -9460300 or 11838831. OLE color: 11838831.

HSL color Cylindrical-coordinate representation of color #6FA5B4: hue angle of 193.04º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6FA5B4 is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB111165180-
CMYK0.380.0800.29
HSL193.04º31.51%57.06%-
HSV(B)193.04º38.33%70.59%-
XYZ28.2533.5948.17-
YUV150.56144.6199.78-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.34%
GREEN value IS 165 (64.84% from 255) = 36.18%
BLUE value IS 180 (70.70% from 255) = 39.47%
R=24.34%
G=36.18%
B=39.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1111651800.380.0800.29193.0431.5157.06
Hex6FA5B426801Dc12039
Octal15724526446100353014071
Binary11011111010010110110100100110100001110111000001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,165,180); }

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

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

 a { background-color: rgb(111,165,180); }

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

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

 span { border-color: rgb(111,165,180); }

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