#6FBBBC

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

Shades of Fountain Blue #6FBBBC

Tints of Fountain Blue #6FBBBC

Color information

#6FBBBC (or 0x6FBBBC) is unknown color: approx Fountain Blue. HEX triplet: 6F, BB and BC. RGB value is (111,187,188). Sum of RGB (Red+Green+Blue) = 111+187+188=486 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.84% from 486); Green value is 187 (73.44% from 255 or 38.48% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 188 - color contains mainly: blue. Hex color #6FBBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBBBC is #904443. Grayscale: #A4A4A4. Windows color (decimal): -9454660 or 12368751. OLE color: 12368751.

HSL color Cylindrical-coordinate representation of color #6FBBBC: hue angle of 180.78º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6FBBBC is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB111187188-
CMYK0.410.0100.26
HSL180.78º36.49%58.63%-
HSV(B)180.78º40.96%73.73%-
XYZ33.442.5554.03-
YUV164.39141.3289.92-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.84%
GREEN value IS 187 (73.44% from 255) = 38.48%
BLUE value IS 188 (73.83% from 255) = 38.68%
R=22.84%
G=38.48%
B=38.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1111871880.410.0100.26180.7836.4958.63
Hex6FBBBC29101Ab5243b
Octal1572732745110322654473
Binary11011111011101110111100101001101101010110101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,187,188); }

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

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

 a { background-color: rgb(111,187,188); }

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

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

 span { border-color: rgb(111,187,188); }

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