#61A3B2

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

Shades of Fountain Blue #61A3B2

Tints of Fountain Blue #61A3B2

Color information

#61A3B2 (or 0x61A3B2) is unknown color: approx Fountain Blue. HEX triplet: 61, A3 and B2. RGB value is (97,163,178). Sum of RGB (Red+Green+Blue) = 97+163+178=438 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.15% from 438); Green value is 163 (64.06% from 255 or 37.21% from 438); Blue value is 178 (69.92% from 255 or 40.64% from 438); Max value from RGB is 178 - color contains mainly: blue. Hex color #61A3B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A3B2 is #9E5C4D. Grayscale: #909090. Windows color (decimal): -10378318 or 11707233. OLE color: 11707233.

HSL color Cylindrical-coordinate representation of color #61A3B2: hue angle of 191.11º 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 #61A3B2 is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB97163178-
CMYK0.460.0800.30
HSL191.11º34.47%53.92%-
HSV(B)191.11º45.51%69.8%-
XYZ26.0631.9546.91-
YUV144.98146.6393.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.15%
GREEN value IS 163 (64.06% from 255) = 37.21%
BLUE value IS 178 (69.92% from 255) = 40.64%
R=22.15%
G=37.21%
B=40.64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal971631780.460.0800.30191.1134.4753.92
Hex61A3B22E801Ebf2236
Octal14124326256100362774266
Binary11000011010001110110010101110100001111010111111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A3B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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