#64787B

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

Shades of Blue Bayoux #64787B

Tints of Blue Bayoux #64787B

Color information

#64787B (or 0x64787B) is unknown color: approx Blue Bayoux. HEX triplet: 64, 78 and 7B. RGB value is (100,120,123). Sum of RGB (Red+Green+Blue) = 100+120+123=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 123 (48.44% from 255 or 35.86% from 343); Max value from RGB is 123 - color contains mainly: blue. Hex color #64787B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64787B is #9B8784. Grayscale: #727272. Windows color (decimal): -10192773 or 8091748. OLE color: 8091748.

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

Color convert

RGB100120123-
CMYK0.190.0200.52
HSL187.83º10.31%43.73%-
HSV(B)187.83º18.7%48.24%-
XYZ15.5517.5721.31-
YUV114.36132.87117.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.15%
GREEN value IS 120 (47.27% from 255) = 34.99%
BLUE value IS 123 (48.44% from 255) = 35.86%
R=29.15%
G=34.99%
B=35.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1001201230.190.0200.52187.8310.3143.73
Hex64787B132034bca2c
Octal1441701732320642741254
Binary11001001111000111101110011100110100101111001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64787B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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