#64A4AB

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

Shades of Fountain Blue #64A4AB

Tints of Fountain Blue #64A4AB

Color information

#64A4AB (or 0x64A4AB) is unknown color: approx Fountain Blue. HEX triplet: 64, A4 and AB. RGB value is (100,164,171). Sum of RGB (Red+Green+Blue) = 100+164+171=435 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.99% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 171 - color contains mainly: blue. Hex color #64A4AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A4AB is #9B5B54. Grayscale: #919191. Windows color (decimal): -10181461 or 11248740. OLE color: 11248740.

HSL color Cylindrical-coordinate representation of color #64A4AB: hue angle of 185.92º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #64A4AB is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB100164171-
CMYK0.420.0400.33
HSL185.92º29.71%53.14%-
HSV(B)185.92º41.52%67.06%-
XYZ25.8832.243.38-
YUV145.66142.395.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.99%
GREEN value IS 164 (64.45% from 255) = 37.70%
BLUE value IS 171 (67.19% from 255) = 39.31%
R=22.99%
G=37.70%
B=39.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1001641710.420.0400.33185.9229.7153.14
Hex64A4AB2A4021ba1e35
Octal1442442535240412723665
Binary1100100101001001010101110101010001000011011101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64A4AB; }

 p { color: rgb(100,164,171); }

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

<style>
 a { background-color: #64A4AB; }

 a { background-color: rgb(100,164,171); }

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

<style>
 span { border-color: #64A4AB; }

 span { border-color: rgb(100,164,171); }

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