#6FAEB3

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

Shades of Fountain Blue #6FAEB3

Tints of Fountain Blue #6FAEB3

Color information

#6FAEB3 (or 0x6FAEB3) is unknown color: approx Fountain Blue. HEX triplet: 6F, AE and B3. RGB value is (111,174,179). Sum of RGB (Red+Green+Blue) = 111+174+179=464 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.92% from 464); Green value is 174 (68.36% from 255 or 37.5% from 464); Blue value is 179 (70.31% from 255 or 38.58% from 464); Max value from RGB is 179 - color contains mainly: blue. Hex color #6FAEB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAEB3 is #90514C. Grayscale: #9B9B9B. Windows color (decimal): -9457997 or 11775599. OLE color: 11775599.

HSL color Cylindrical-coordinate representation of color #6FAEB3: hue angle of 184.41º 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 #6FAEB3 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB111174179-
CMYK0.380.0300.30
HSL184.41º30.91%56.86%-
HSV(B)184.41º37.99%70.2%-
XYZ29.8336.9148.2-
YUV155.73141.1396.09-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.92%
GREEN value IS 174 (68.36% from 255) = 37.5%
BLUE value IS 179 (70.31% from 255) = 38.58%
R=23.92%
G=37.5%
B=38.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1111741790.380.0300.30184.4130.9156.86
Hex6FAEB326301Eb81f39
Octal1572562634630362703771
Binary11011111010111010110011100110110111101011100011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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