#60A7B4

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

Shades of Fountain Blue #60A7B4

Tints of Fountain Blue #60A7B4

Color information

#60A7B4 (or 0x60A7B4) is unknown color: approx Fountain Blue. HEX triplet: 60, A7 and B4. RGB value is (96,167,180). Sum of RGB (Red+Green+Blue) = 96+167+180=443 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.67% from 443); Green value is 167 (65.62% from 255 or 37.70% from 443); Blue value is 180 (70.70% from 255 or 40.63% from 443); Max value from RGB is 180 - color contains mainly: blue. Hex color #60A7B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A7B4 is #9F584B. Grayscale: #939393. Windows color (decimal): -10442828 or 11839328. OLE color: 11839328.

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

Color convert

RGB96167180-
CMYK0.470.0700.29
HSL189.29º35.9%54.12%-
HSV(B)189.29º46.67%70.59%-
XYZ26.8833.4248.21-
YUV147.25146.4891.44-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.67%
GREEN value IS 167 (65.62% from 255) = 37.70%
BLUE value IS 180 (70.70% from 255) = 40.63%
R=21.67%
G=37.70%
B=40.63%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal961671800.470.0700.29189.2935.954.12
Hex60A7B42F701Dbd2436
Octal1402472645770352754466
Binary1100000101001111011010010111111101110110111101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60A7B4; }

 p { color: rgb(96,167,180); }

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

<style>
 a { background-color: #60A7B4; }

 a { background-color: rgb(96,167,180); }

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

<style>
 span { border-color: #60A7B4; }

 span { border-color: rgb(96,167,180); }

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