#6AAAAA

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

Shades of Fountain Blue #6AAAAA

Tints of Fountain Blue #6AAAAA

Color information

#6AAAAA (or 0x6AAAAA) is unknown color: approx Fountain Blue. HEX triplet: 6A, AA and AA. RGB value is (106,170,170). Sum of RGB (Red+Green+Blue) = 106+170+170=446 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.77% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #6AAAAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAAAA is #955555. Grayscale: #969696. Windows color (decimal): -9786710 or 11184746. OLE color: 11184746.

HSL color Cylindrical-coordinate representation of color #6AAAAA: hue angle of 180º degrees, saturation: 0.27, 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 #6AAAAA is Cyan = 0.38, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB106170170-
CMYK0.38000.33
HSL180º27.35%54.12%-
HSV(B)180º37.65%66.67%-
XYZ27.5734.7243.28-
YUV150.86138.896-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.77%
GREEN value IS 170 (66.80% from 255) = 38.12%
BLUE value IS 170 (66.80% from 255) = 38.12%
R=23.77%
G=38.12%
B=38.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1061701700.38000.3318027.3554.12
Hex6AAAAA260021b41b36
Octal1522522524600412643366
Binary11010101010101010101010100110001000011011010011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,170,170); }

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

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

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

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

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

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

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