#61A5B2

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

Shades of Fountain Blue #61A5B2

Tints of Fountain Blue #61A5B2

Color information

#61A5B2 (or 0x61A5B2) is unknown color: approx Fountain Blue. HEX triplet: 61, A5 and B2. RGB value is (97,165,178). Sum of RGB (Red+Green+Blue) = 97+165+178=440 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.05% from 440); Green value is 165 (64.84% from 255 or 37.5% from 440); Blue value is 178 (69.92% from 255 or 40.45% from 440); Max value from RGB is 178 - color contains mainly: blue. Hex color #61A5B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A5B2 is #9E5A4D. Grayscale: #929292. Windows color (decimal): -10377806 or 11707745. OLE color: 11707745.

HSL color Cylindrical-coordinate representation of color #61A5B2: hue angle of 189.63º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #61A5B2 is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB97165178-
CMYK0.460.0700.30
HSL189.63º34.47%53.92%-
HSV(B)189.63º45.51%69.8%-
XYZ26.4232.6747.03-
YUV146.15145.9792.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.05%
GREEN value IS 165 (64.84% from 255) = 37.5%
BLUE value IS 178 (69.92% from 255) = 40.45%
R=22.05%
G=37.5%
B=40.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal971651780.460.0700.30189.6334.4753.92
Hex61A5B22E701Ebe2236
Octal1412452625670362764266
Binary1100001101001011011001010111011101111010111110100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A5B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,165,178); }

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

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

 a { background-color: rgb(97,165,178); }

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

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

 span { border-color: rgb(97,165,178); }

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