#6AB9BF

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

Shades of Fountain Blue #6AB9BF

Tints of Fountain Blue #6AB9BF

Color information

#6AB9BF (or 0x6AB9BF) is unknown color: approx Fountain Blue. HEX triplet: 6A, B9 and BF. RGB value is (106,185,191). Sum of RGB (Red+Green+Blue) = 106+185+191=482 (63% of max value = 765). Red value is 106 (41.80% from 255 or 21.99% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 191 - color contains mainly: blue. Hex color #6AB9BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AB9BF is #954640. Grayscale: #A1A1A1. Windows color (decimal): -9782849 or 12564842. OLE color: 12564842.

HSL color Cylindrical-coordinate representation of color #6AB9BF: hue angle of 184.24º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6AB9BF is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB106185191-
CMYK0.450.0300.25
HSL184.24º39.91%58.24%-
HSV(B)184.24º44.5%74.9%-
XYZ32.741.5255.58-
YUV162.06144.3388.01-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.99%
GREEN value IS 185 (72.66% from 255) = 38.38%
BLUE value IS 191 (75% from 255) = 39.63%
R=21.99%
G=38.38%
B=39.63%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1061851910.450.0300.25184.2439.9158.24
Hex6AB9BF2D3019b8283a
Octal1522712775530312705072
Binary110101010111001101111111011011101100110111000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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