#61AAAD

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

Shades of Fountain Blue #61AAAD

Tints of Fountain Blue #61AAAD

Color information

#61AAAD (or 0x61AAAD) is unknown color: approx Fountain Blue. HEX triplet: 61, AA and AD. RGB value is (97,170,173). Sum of RGB (Red+Green+Blue) = 97+170+173=440 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.05% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 173 - color contains mainly: blue. Hex color #61AAAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61AAAD is #9E5552. Grayscale: #949494. Windows color (decimal): -10376531 or 11381345. OLE color: 11381345.

HSL color Cylindrical-coordinate representation of color #61AAAD: hue angle of 182.37º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #61AAAD is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB97170173-
CMYK0.440.0200.32
HSL182.37º31.67%52.94%-
HSV(B)182.37º43.93%67.84%-
XYZ26.8534.3144.74-
YUV148.52141.8291.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.05%
GREEN value IS 170 (66.80% from 255) = 38.64%
BLUE value IS 173 (67.97% from 255) = 39.32%
R=22.05%
G=38.64%
B=39.32%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal971701730.440.0200.32182.3731.6752.94
Hex61AAAD2C2020b62035
Octal1412522555420402664065
Binary1100001101010101010110110110010010000010110110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61AAAD; }

 p { color: rgb(97,170,173); }

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

<style>
 a { background-color: #61AAAD; }

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

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

<style>
 span { border-color: #61AAAD; }

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

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