#64787F

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

Shades of Blue Bayoux #64787F

Tints of Blue Bayoux #64787F

Color information

#64787F (or 0x64787F) is unknown color: approx Blue Bayoux. HEX triplet: 64, 78 and 7F. RGB value is (100,120,127). Sum of RGB (Red+Green+Blue) = 100+120+127=347 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.82% from 347); Green value is 120 (47.27% from 255 or 34.58% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 127 - color contains mainly: blue. Hex color #64787F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64787F is #9B8780. Grayscale: #727272. Windows color (decimal): -10192769 or 8353892. OLE color: 8353892.

HSL color Cylindrical-coordinate representation of color #64787F: hue angle of 195.56º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #64787F is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB100120127-
CMYK0.210.0600.50
HSL195.56º11.89%44.51%-
HSV(B)195.56º21.26%49.8%-
XYZ15.817.6722.66-
YUV114.82134.87117.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.82%
GREEN value IS 120 (47.27% from 255) = 34.58%
BLUE value IS 127 (50% from 255) = 36.60%
R=28.82%
G=34.58%
B=36.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1001201270.210.0600.50195.5611.8944.51
Hex64787F156032c4c2d
Octal1441701772560623041455
Binary110010011110001111111101011100110010110001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64787F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64787F; }

 p { color: rgb(100,120,127); }

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

<style>
 a { background-color: #64787F; }

 a { background-color: rgb(100,120,127); }

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

<style>
 span { border-color: #64787F; }

 span { border-color: rgb(100,120,127); }

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