#61AFC0

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

Shades of Fountain Blue #61AFC0

Tints of Fountain Blue #61AFC0

Color information

#61AFC0 (or 0x61AFC0) is unknown color: approx Fountain Blue. HEX triplet: 61, AF and C0. RGB value is (97,175,192). Sum of RGB (Red+Green+Blue) = 97+175+192=464 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.91% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 192 - color contains mainly: blue. Hex color #61AFC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61AFC0 is #9E503F. Grayscale: #999999. Windows color (decimal): -10375232 or 12627809. OLE color: 12627809.

HSL color Cylindrical-coordinate representation of color #61AFC0: hue angle of 190.74º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61AFC0 is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB97175192-
CMYK0.490.0900.25
HSL190.74º42.99%56.67%-
HSV(B)190.74º49.48%75.29%-
XYZ29.7737.0155.44-
YUV153.62149.6687.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.91%
GREEN value IS 175 (68.75% from 255) = 37.72%
BLUE value IS 192 (75.39% from 255) = 41.38%
R=20.91%
G=37.72%
B=41.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal971751920.490.0900.25190.7442.9956.67
Hex61AFC0319019bf2b39
Octal14125730061110312775371
Binary11000011010111111000000110001100101100110111111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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