#6BACBA

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

Shades of Fountain Blue #6BACBA

Tints of Fountain Blue #6BACBA

Color information

#6BACBA (or 0x6BACBA) is unknown color: approx Fountain Blue. HEX triplet: 6B, AC and BA. RGB value is (107,172,186). Sum of RGB (Red+Green+Blue) = 107+172+186=465 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.01% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #6BACBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BACBA is #945345. Grayscale: #9A9A9A. Windows color (decimal): -9720646 or 12233835. OLE color: 12233835.

HSL color Cylindrical-coordinate representation of color #6BACBA: hue angle of 190.63º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6BACBA is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB107172186-
CMYK0.420.0800.27
HSL190.63º36.41%57.45%-
HSV(B)190.63º42.47%72.94%-
XYZ29.6836.1851.87-
YUV154.16145.9794.36-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.01%
GREEN value IS 172 (67.58% from 255) = 36.99%
BLUE value IS 186 (73.05% from 255) = 40%
R=23.01%
G=36.99%
B=40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1071721860.420.0800.27190.6336.4157.45
Hex6BACBA2A801Bbf2439
Octal15325427252100332774471
Binary11010111010110010111010101010100001101110111111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,172,186); }

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

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

 a { background-color: rgb(107,172,186); }

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

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

 span { border-color: rgb(107,172,186); }

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