#6BB2BC

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

Shades of Fountain Blue #6BB2BC

Tints of Fountain Blue #6BB2BC

Color information

#6BB2BC (or 0x6BB2BC) is unknown color: approx Fountain Blue. HEX triplet: 6B, B2 and BC. RGB value is (107,178,188). Sum of RGB (Red+Green+Blue) = 107+178+188=473 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.62% from 473); Green value is 178 (69.92% from 255 or 37.63% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 188 - color contains mainly: blue. Hex color #6BB2BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BB2BC is #944D43. Grayscale: #9D9D9D. Windows color (decimal): -9719108 or 12366443. OLE color: 12366443.

HSL color Cylindrical-coordinate representation of color #6BB2BC: hue angle of 187.41º 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 #6BB2BC is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB107178188-
CMYK0.430.0500.26
HSL187.41º37.67%57.84%-
HSV(B)187.41º43.09%73.73%-
XYZ31.0638.653.39-
YUV157.91144.9891.69-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.62%
GREEN value IS 178 (69.92% from 255) = 37.63%
BLUE value IS 188 (73.83% from 255) = 39.75%
R=22.62%
G=37.63%
B=39.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1071781880.430.0500.26187.4137.6757.84
Hex6BB2BC2B501Abb263a
Octal1532622745350322734672
Binary1101011101100101011110010101110101101010111011100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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