Html Css Color HEX #64A3AA Fountain Blue

📋 copy color: '#64A3AA'

red 100 ◦ green 163 ◦ blue 170

#64A3AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fountain Blue #64A3AA

Tints of Fountain Blue #64A3AA

RGB

 RED value IS 100 (39.45% from 255) = 23.09%

 GREEN value IS 163 (64.06% from 255) = 37.64%

 BLUE value IS 170 (66.8% from 255) = 39.26%

R = 23.09%
G = 37.64%
B = 39.26%

CMYK

 C value IS 0.41

 M value IS 0.04

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#64A3AA (or 0x64A3AA) is known color: Fountain Blue. HEX triplet: 64, A3 and AA. RGB value is (100,163,170). Sum of RGB (Red+Green+Blue) = 100+163+170=433 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.09% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 170 - color contains mainly: blue. Hex color #64A3AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A3AA is #9B5C55. Grayscale: #909090. Windows color (decimal): -10181718 or 11182948. OLE color: 11182948.

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

Color convert

RGB 100 163 170 -
CMYK 0.41 0.04 0 0.33
HSL 186º 0.29% 0.53% -
HSV(B) 186º 0.41% 0.67% -
XYZ 25.61 31.81 42.82 -
YUV 144.96 142.13 95.93 -
System Red Green Blue C M Y K H S L
Decimal 100 163 170 0.41 0.04 0 0.33 186 0.29 0.53
Hex 64 A3 AA 29 4 0 21 BA 1D 35
Octal 144 243 252 51 4 0 41 272 35 65
Binary 1100100 10100011 10101010 101001 100 0 100001 10111010 11101 110101

Color Harmonies of #64A3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A3AA

Black with #64A3AA

Text Example


Text Example

White with #64A3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,163,170); }

 H1.HeaderClassName
 {
   color: #64A3AA;
 }
 .AnyTagClassName
 {
   color: #64A3AA;
 }
</style>

background-color css

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

 a { background-color: rgb(100,163,170); }

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

border-color css

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

 span { border-color: rgb(100,163,170); }

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