#6FAEB5

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

Shades of Fountain Blue #6FAEB5

Tints of Fountain Blue #6FAEB5

Color information

#6FAEB5 (or 0x6FAEB5) is unknown color: approx Fountain Blue. HEX triplet: 6F, AE and B5. RGB value is (111,174,181). Sum of RGB (Red+Green+Blue) = 111+174+181=466 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.82% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 181 (71.09% from 255 or 38.84% from 466); Max value from RGB is 181 - color contains mainly: blue. Hex color #6FAEB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAEB5 is #90514A. Grayscale: #9B9B9B. Windows color (decimal): -9457995 or 11906671. OLE color: 11906671.

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

Color convert

RGB111174181-
CMYK0.390.0400.29
HSL186º32.11%57.25%-
HSV(B)186º38.67%70.98%-
XYZ30.0336.9949.27-
YUV155.96142.1395.93-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.82%
GREEN value IS 174 (68.36% from 255) = 37.34%
BLUE value IS 181 (71.09% from 255) = 38.84%
R=23.82%
G=37.34%
B=38.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1111741810.390.0400.2918632.1157.25
Hex6FAEB527401Dba2039
Octal1572562654740352724071
Binary1101111101011101011010110011110001110110111010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,174,181); }

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

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

 a { background-color: rgb(111,174,181); }

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

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

 span { border-color: rgb(111,174,181); }

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