#64737D

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

Shades of Blue Bayoux #64737D

Tints of Blue Bayoux #64737D

Color information

#64737D (or 0x64737D) is unknown color: approx Blue Bayoux. HEX triplet: 64, 73 and 7D. RGB value is (100,115,125). Sum of RGB (Red+Green+Blue) = 100+115+125=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 125 - color contains mainly: blue. Hex color #64737D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64737D is #9B8C82. Grayscale: #6F6F6F. Windows color (decimal): -10194051 or 8221540. OLE color: 8221540.

HSL color Cylindrical-coordinate representation of color #64737D: hue angle of 204º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #64737D is Cyan = 0.2, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB100115125-
CMYK0.20.0800.51
HSL204º11.11%44.12%-
HSV(B)204º20%49.02%-
XYZ15.0916.4521.78-
YUV111.66135.53119.69-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.41%
GREEN value IS 115 (45.31% from 255) = 33.82%
BLUE value IS 125 (49.22% from 255) = 36.76%
R=29.41%
G=33.82%
B=36.76%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1001151250.20.0800.5120411.1144.12
Hex64737D148033ccb2c
Octal14416317524100633141354
Binary1100100111001111111011010010000110011110011001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64737D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64737D; }

 p { color: rgb(100,115,125); }

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

<style>
 a { background-color: #64737D; }

 a { background-color: rgb(100,115,125); }

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

<style>
 span { border-color: #64737D; }

 span { border-color: rgb(100,115,125); }

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