#64737A

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

Shades of Blue Bayoux #64737A

Tints of Blue Bayoux #64737A

Color information

#64737A (or 0x64737A) is unknown color: approx Blue Bayoux. HEX triplet: 64, 73 and 7A. RGB value is (100,115,122). Sum of RGB (Red+Green+Blue) = 100+115+122=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 122 - color contains mainly: blue. Hex color #64737A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64737A is #9B8C85. Grayscale: #6F6F6F. Windows color (decimal): -10194054 or 8024932. OLE color: 8024932.

HSL color Cylindrical-coordinate representation of color #64737A: hue angle of 199.09º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #64737A is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB100115122-
CMYK0.180.0600.52
HSL199.09º9.91%43.53%-
HSV(B)199.09º18.03%47.84%-
XYZ14.916.3820.79-
YUV111.31134.03119.93-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.67%
GREEN value IS 115 (45.31% from 255) = 34.12%
BLUE value IS 122 (48.05% from 255) = 36.20%
R=29.67%
G=34.12%
B=36.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1001151220.180.0600.52199.099.9143.53
Hex64737A126034c7a2c
Octal1441631722260643071254
Binary110010011100111111010100101100110100110001111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64737A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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