#6FAFB0

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

Shades of Fountain Blue #6FAFB0

Tints of Fountain Blue #6FAFB0

Color information

#6FAFB0 (or 0x6FAFB0) is unknown color: approx Fountain Blue. HEX triplet: 6F, AF and B0. RGB value is (111,175,176). Sum of RGB (Red+Green+Blue) = 111+175+176=462 (61% of max value = 765). Red value is 111 (43.75% from 255 or 24.03% from 462); Green value is 175 (68.75% from 255 or 37.88% from 462); Blue value is 176 (69.14% from 255 or 38.10% from 462); Max value from RGB is 176 - color contains mainly: blue. Hex color #6FAFB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAFB0 is #90504F. Grayscale: #9B9B9B. Windows color (decimal): -9457744 or 11579247. OLE color: 11579247.

HSL color Cylindrical-coordinate representation of color #6FAFB0: hue angle of 180.92º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6FAFB0 is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB111175176-
CMYK0.370.0100.31
HSL180.92º29.15%56.27%-
HSV(B)180.92º36.93%69.02%-
XYZ29.7237.1746.68-
YUV155.98139.395.92-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.03%
GREEN value IS 175 (68.75% from 255) = 37.88%
BLUE value IS 176 (69.14% from 255) = 38.10%
R=24.03%
G=37.88%
B=38.10%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1111751760.370.0100.31180.9229.1556.27
Hex6FAFB025101Fb51d38
Octal1572572604510372653570
Binary1101111101011111011000010010110111111011010111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,175,176); }

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

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

 a { background-color: rgb(111,175,176); }

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

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

 span { border-color: rgb(111,175,176); }

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