#64727C

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

Shades of Blue Bayoux #64727C

Tints of Blue Bayoux #64727C

Color information

#64727C (or 0x64727C) is unknown color: approx Blue Bayoux. HEX triplet: 64, 72 and 7C. RGB value is (100,114,124). Sum of RGB (Red+Green+Blue) = 100+114+124=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 124 - color contains mainly: blue. Hex color #64727C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64727C is #9B8D83. Grayscale: #6E6E6E. Windows color (decimal): -10194308 or 8155748. OLE color: 8155748.

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

Color convert

RGB100114124-
CMYK0.190.0800.51
HSL205º10.71%43.92%-
HSV(B)205º19.35%48.63%-
XYZ14.9116.221.41-
YUV110.95135.36120.19-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.59%
GREEN value IS 114 (44.92% from 255) = 33.73%
BLUE value IS 124 (48.83% from 255) = 36.69%
R=29.59%
G=33.73%
B=36.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1001141240.190.0800.5120510.7143.92
Hex64727C138033cdb2c
Octal14416217423100633151354
Binary1100100111001011111001001110000110011110011011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64727C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64727C; }

 p { color: rgb(100,114,124); }

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

<style>
 a { background-color: #64727C; }

 a { background-color: rgb(100,114,124); }

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

<style>
 span { border-color: #64727C; }

 span { border-color: rgb(100,114,124); }

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