#6BABBA

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

Shades of Fountain Blue #6BABBA

Tints of Fountain Blue #6BABBA

Color information

#6BABBA (or 0x6BABBA) is unknown color: approx Fountain Blue. HEX triplet: 6B, AB and BA. RGB value is (107,171,186). Sum of RGB (Red+Green+Blue) = 107+171+186=464 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.06% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #6BABBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BABBA is #945445. Grayscale: #999999. Windows color (decimal): -9720902 or 12233579. OLE color: 12233579.

HSL color Cylindrical-coordinate representation of color #6BABBA: hue angle of 191.39º 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 #6BABBA is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB107171186-
CMYK0.420.0800.27
HSL191.39º36.41%57.45%-
HSV(B)191.39º42.47%72.94%-
XYZ29.4935.851.81-
YUV153.57146.394.78-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.06%
GREEN value IS 171 (67.19% from 255) = 36.85%
BLUE value IS 186 (73.05% from 255) = 40.09%
R=23.06%
G=36.85%
B=40.09%

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
Decimal1071711860.420.0800.27191.3936.4157.45
Hex6BABBA2A801Bbf2439
Octal15325327252100332774471
Binary11010111010101110111010101010100001101110111111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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