#61A6AF

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

Shades of Fountain Blue #61A6AF

Tints of Fountain Blue #61A6AF

Color information

#61A6AF (or 0x61A6AF) is unknown color: approx Fountain Blue. HEX triplet: 61, A6 and AF. RGB value is (97,166,175). Sum of RGB (Red+Green+Blue) = 97+166+175=438 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.15% from 438); Green value is 166 (65.23% from 255 or 37.90% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 175 - color contains mainly: blue. Hex color #61A6AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A6AF is #9E5950. Grayscale: #929292. Windows color (decimal): -10377553 or 11511393. OLE color: 11511393.

HSL color Cylindrical-coordinate representation of color #61A6AF: hue angle of 186.92º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #61A6AF is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB97166175-
CMYK0.450.0500.31
HSL186.92º32.77%53.33%-
HSV(B)186.92º44.57%68.63%-
XYZ26.332.9145.52-
YUV146.39144.1492.77-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.15%
GREEN value IS 166 (65.23% from 255) = 37.90%
BLUE value IS 175 (68.75% from 255) = 39.95%
R=22.15%
G=37.90%
B=39.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal971661750.450.0500.31186.9232.7753.33
Hex61A6AF2D501Fbb2135
Octal1412462575550372734165
Binary1100001101001101010111110110110101111110111011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,166,175); }

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

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

 a { background-color: rgb(97,166,175); }

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

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

 span { border-color: rgb(97,166,175); }

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