#61A7B3

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

Shades of Fountain Blue #61A7B3

Tints of Fountain Blue #61A7B3

Color information

#61A7B3 (or 0x61A7B3) is unknown color: approx Fountain Blue. HEX triplet: 61, A7 and B3. RGB value is (97,167,179). Sum of RGB (Red+Green+Blue) = 97+167+179=443 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.90% from 443); Green value is 167 (65.62% from 255 or 37.70% from 443); Blue value is 179 (70.31% from 255 or 40.41% from 443); Max value from RGB is 179 - color contains mainly: blue. Hex color #61A7B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A7B3 is #9E584C. Grayscale: #939393. Windows color (decimal): -10377293 or 11773793. OLE color: 11773793.

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

Color convert

RGB97167179-
CMYK0.460.0700.30
HSL188.78º35.04%54.12%-
HSV(B)188.78º45.81%70.2%-
XYZ26.8933.4347.68-
YUV147.44145.8192.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.90%
GREEN value IS 167 (65.62% from 255) = 37.70%
BLUE value IS 179 (70.31% from 255) = 40.41%
R=21.90%
G=37.70%
B=40.41%

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
Decimal971671790.460.0700.30188.7835.0454.12
Hex61A7B32E701Ebd2336
Octal1412472635670362754366
Binary1100001101001111011001110111011101111010111101100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A7B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,167,179); }

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

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

 a { background-color: rgb(97,167,179); }

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

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

 span { border-color: rgb(97,167,179); }

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