#6FB1B6

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

Shades of Fountain Blue #6FB1B6

Tints of Fountain Blue #6FB1B6

Color information

#6FB1B6 (or 0x6FB1B6) is unknown color: approx Fountain Blue. HEX triplet: 6F, B1 and B6. RGB value is (111,177,182). Sum of RGB (Red+Green+Blue) = 111+177+182=470 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.62% from 470); Green value is 177 (69.53% from 255 or 37.66% from 470); Blue value is 182 (71.48% from 255 or 38.72% from 470); Max value from RGB is 182 - color contains mainly: blue. Hex color #6FB1B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FB1B6 is #904E49. Grayscale: #9D9D9D. Windows color (decimal): -9457226 or 11972975. OLE color: 11972975.

HSL color Cylindrical-coordinate representation of color #6FB1B6: hue angle of 184.23º degrees, saturation: 0.33, 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 #6FB1B6 is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB111177182-
CMYK0.390.0300.29
HSL184.23º32.72%57.45%-
HSV(B)184.23º39.01%71.37%-
XYZ30.7238.250.01-
YUV157.84141.6394.59-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.62%
GREEN value IS 177 (69.53% from 255) = 37.66%
BLUE value IS 182 (71.48% from 255) = 38.72%
R=23.62%
G=37.66%
B=38.72%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1111771820.390.0300.29184.2332.7257.45
Hex6FB1B627301Db82139
Octal1572612664730352704171
Binary110111110110001101101101001111101110110111000100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,177,182); }

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

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

 a { background-color: rgb(111,177,182); }

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

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

 span { border-color: rgb(111,177,182); }

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