#6AB8BA

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

Shades of Fountain Blue #6AB8BA

Tints of Fountain Blue #6AB8BA

Color information

#6AB8BA (or 0x6AB8BA) is unknown color: approx Fountain Blue. HEX triplet: 6A, B8 and BA. RGB value is (106,184,186). Sum of RGB (Red+Green+Blue) = 106+184+186=476 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.27% from 476); Green value is 184 (72.27% from 255 or 38.66% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 186 - color contains mainly: blue. Hex color #6AB8BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AB8BA is #954745. Grayscale: #A0A0A0. Windows color (decimal): -9783110 or 12236906. OLE color: 12236906.

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

Color convert

RGB106184186-
CMYK0.430.0100.27
HSL181.5º36.7%57.25%-
HSV(B)181.5º43.01%72.94%-
XYZ31.9540.8952.66-
YUV160.91142.1688.84-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.27%
GREEN value IS 184 (72.27% from 255) = 38.66%
BLUE value IS 186 (73.05% from 255) = 39.08%
R=22.27%
G=38.66%
B=39.08%

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
Decimal1061841860.430.0100.27181.536.757.25
Hex6AB8BA2B101Bb62539
Octal1522702725310332664571
Binary11010101011100010111010101011101101110110110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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