#6AA0AB

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

Shades of Fountain Blue #6AA0AB

Tints of Fountain Blue #6AA0AB

Color information

#6AA0AB (or 0x6AA0AB) is unknown color: approx Fountain Blue. HEX triplet: 6A, A0 and AB. RGB value is (106,160,171). Sum of RGB (Red+Green+Blue) = 106+160+171=437 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.26% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 171 - color contains mainly: blue. Hex color #6AA0AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AA0AB is #955F54. Grayscale: #919191. Windows color (decimal): -9789269 or 11247722. OLE color: 11247722.

HSL color Cylindrical-coordinate representation of color #6AA0AB: hue angle of 190.15º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6AA0AB is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB106160171-
CMYK0.380.0600.33
HSL190.15º27.9%54.31%-
HSV(B)190.15º38.01%67.06%-
XYZ25.8731.1543.18-
YUV145.11142.61100.11-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.26%
GREEN value IS 160 (62.89% from 255) = 36.61%
BLUE value IS 171 (67.19% from 255) = 39.13%
R=24.26%
G=36.61%
B=39.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1061601710.380.0600.33190.1527.954.31
Hex6AA0AB266021be1c36
Octal1522402534660412763466
Binary1101010101000001010101110011011001000011011111011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,160,171); }

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

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

 a { background-color: rgb(106,160,171); }

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

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

 span { border-color: rgb(106,160,171); }

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