#6AB9BA

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

Shades of Fountain Blue #6AB9BA

Tints of Fountain Blue #6AB9BA

Color information

#6AB9BA (or 0x6AB9BA) is unknown color: approx Fountain Blue. HEX triplet: 6A, B9 and BA. RGB value is (106,185,186). Sum of RGB (Red+Green+Blue) = 106+185+186=477 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.22% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 186 - color contains mainly: blue. Hex color #6AB9BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AB9BA is #954645. Grayscale: #A1A1A1. Windows color (decimal): -9782854 or 12237162. OLE color: 12237162.

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

Color convert

RGB106185186-
CMYK0.430.0100.27
HSL180.75º36.7%57.25%-
HSV(B)180.75º43.01%72.94%-
XYZ32.1641.3152.73-
YUV161.49141.8388.42-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.22%
GREEN value IS 185 (72.66% from 255) = 38.78%
BLUE value IS 186 (73.05% from 255) = 38.99%
R=22.22%
G=38.78%
B=38.99%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1061851860.430.0100.27180.7536.757.25
Hex6AB9BA2B101Bb52539
Octal1522712725310332654571
Binary11010101011100110111010101011101101110110101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,185,186); }

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

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

 a { background-color: rgb(106,185,186); }

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

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

 span { border-color: rgb(106,185,186); }

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