#61A4B4

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

Shades of Fountain Blue #61A4B4

Tints of Fountain Blue #61A4B4

Color information

#61A4B4 (or 0x61A4B4) is unknown color: approx Fountain Blue. HEX triplet: 61, A4 and B4. RGB value is (97,164,180). Sum of RGB (Red+Green+Blue) = 97+164+180=441 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.00% from 441); Green value is 164 (64.45% from 255 or 37.19% from 441); Blue value is 180 (70.70% from 255 or 40.82% from 441); Max value from RGB is 180 - color contains mainly: blue. Hex color #61A4B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A4B4 is #9E5B4B. Grayscale: #919191. Windows color (decimal): -10378060 or 11838561. OLE color: 11838561.

HSL color Cylindrical-coordinate representation of color #61A4B4: hue angle of 191.57º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #61A4B4 is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB97164180-
CMYK0.460.0900.29
HSL191.57º35.62%54.31%-
HSV(B)191.57º46.11%70.59%-
XYZ26.4432.3948.04-
YUV145.79147.393.2-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.00%
GREEN value IS 164 (64.45% from 255) = 37.19%
BLUE value IS 180 (70.70% from 255) = 40.82%
R=22.00%
G=37.19%
B=40.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal971641800.460.0900.29191.5735.6254.31
Hex61A4B42E901Dc02436
Octal14124426456110353004466
Binary11000011010010010110100101110100101110111000000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,164,180); }

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

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

 a { background-color: rgb(97,164,180); }

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

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

 span { border-color: rgb(97,164,180); }

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