#6BB0BC

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

Shades of Fountain Blue #6BB0BC

Tints of Fountain Blue #6BB0BC

Color information

#6BB0BC (or 0x6BB0BC) is unknown color: approx Fountain Blue. HEX triplet: 6B, B0 and BC. RGB value is (107,176,188). Sum of RGB (Red+Green+Blue) = 107+176+188=471 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.72% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 188 - color contains mainly: blue. Hex color #6BB0BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BB0BC is #944F43. Grayscale: #9C9C9C. Windows color (decimal): -9719620 or 12365931. OLE color: 12365931.

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

Color convert

RGB107176188-
CMYK0.430.0600.26
HSL188.89º37.67%57.84%-
HSV(B)188.89º43.09%73.73%-
XYZ30.6737.8153.26-
YUV156.74145.6492.52-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.72%
GREEN value IS 176 (69.14% from 255) = 37.37%
BLUE value IS 188 (73.83% from 255) = 39.92%
R=22.72%
G=37.37%
B=39.92%

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
Decimal1071761880.430.0600.26188.8937.6757.84
Hex6BB0BC2B601Abd263a
Octal1532602745360322754672
Binary1101011101100001011110010101111001101010111101100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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