#6BB1BC

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

Shades of Fountain Blue #6BB1BC

Tints of Fountain Blue #6BB1BC

Color information

#6BB1BC (or 0x6BB1BC) is unknown color: approx Fountain Blue. HEX triplet: 6B, B1 and BC. RGB value is (107,177,188). Sum of RGB (Red+Green+Blue) = 107+177+188=472 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.67% from 472); Green value is 177 (69.53% from 255 or 37.5% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 188 - color contains mainly: blue. Hex color #6BB1BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BB1BC is #944E43. Grayscale: #9D9D9D. Windows color (decimal): -9719364 or 12366187. OLE color: 12366187.

HSL color Cylindrical-coordinate representation of color #6BB1BC: hue angle of 188.15º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6BB1BC is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB107177188-
CMYK0.430.0600.26
HSL188.15º37.67%57.84%-
HSV(B)188.15º43.09%73.73%-
XYZ30.8638.253.32-
YUV157.32145.3192.11-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.67%
GREEN value IS 177 (69.53% from 255) = 37.5%
BLUE value IS 188 (73.83% from 255) = 39.83%
R=22.67%
G=37.5%
B=39.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1071771880.430.0600.26188.1537.6757.84
Hex6BB1BC2B601Abc263a
Octal1532612745360322744672
Binary1101011101100011011110010101111001101010111100100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,177,188); }

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

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

 a { background-color: rgb(107,177,188); }

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

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

 span { border-color: rgb(107,177,188); }

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