#6FACB3

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

Shades of Fountain Blue #6FACB3

Tints of Fountain Blue #6FACB3

Color information

#6FACB3 (or 0x6FACB3) is unknown color: approx Fountain Blue. HEX triplet: 6F, AC and B3. RGB value is (111,172,179). Sum of RGB (Red+Green+Blue) = 111+172+179=462 (61% of max value = 765). Red value is 111 (43.75% from 255 or 24.03% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 179 (70.31% from 255 or 38.74% from 462); Max value from RGB is 179 - color contains mainly: blue. Hex color #6FACB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FACB3 is #90534C. Grayscale: #9A9A9A. Windows color (decimal): -9458509 or 11775087. OLE color: 11775087.

HSL color Cylindrical-coordinate representation of color #6FACB3: hue angle of 186.18º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6FACB3 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB111172179-
CMYK0.380.0400.30
HSL186.18º30.91%56.86%-
HSV(B)186.18º37.99%70.2%-
XYZ29.4436.1448.07-
YUV154.56141.7996.93-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.03%
GREEN value IS 172 (67.58% from 255) = 37.23%
BLUE value IS 179 (70.31% from 255) = 38.74%
R=24.03%
G=37.23%
B=38.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1111721790.380.0400.30186.1830.9156.86
Hex6FACB326401Eba1f39
Octal1572542634640362723771
Binary110111110101100101100111001101000111101011101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FACB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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