#6AB4B1

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

Shades of Fountain Blue #6AB4B1

Tints of Fountain Blue #6AB4B1

Color information

#6AB4B1 (or 0x6AB4B1) is unknown color: approx Fountain Blue. HEX triplet: 6A, B4 and B1. RGB value is (106,180,177). Sum of RGB (Red+Green+Blue) = 106+180+177=463 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.89% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 177 (69.53% from 255 or 38.23% from 463); Max value from RGB is 180 - color contains mainly: green. Hex color #6AB4B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AB4B1 is #954B4E. Grayscale: #9D9D9D. Windows color (decimal): -9784143 or 11646058. OLE color: 11646058.

HSL color Cylindrical-coordinate representation of color #6AB4B1: hue angle of 177.57º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6AB4B1 is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB106180177-
CMYK0.4100.020.29
HSL177.57º33.04%56.08%-
HSV(B)177.57º41.11%70.59%-
XYZ30.238.8847.51-
YUV157.53138.9891.24-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.89%
GREEN value IS 180 (70.70% from 255) = 38.88%
BLUE value IS 177 (69.53% from 255) = 38.23%
R=22.89%
G=38.88%
B=38.23%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1061801770.4100.020.29177.5733.0456.08
Hex6AB4B129021Db22138
Octal1522642615102352624170
Binary110101010110100101100011010010101110110110010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB4B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,180,177); }

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

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

 a { background-color: rgb(106,180,177); }

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

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

 span { border-color: rgb(106,180,177); }

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