#64717E

Color #64717E Raven (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raven #64717E

Tints of Raven #64717E

Color information

#64717E (or 0x64717E) is unknown color: approx Raven. HEX triplet: 64, 71 and 7E. RGB value is (100,113,126). Sum of RGB (Red+Green+Blue) = 100+113+126=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 126 (49.61% from 255 or 37.17% from 339); Max value from RGB is 126 - color contains mainly: blue. Hex color #64717E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64717E is #9B8E81. Grayscale: #6E6E6E. Windows color (decimal): -10194562 or 8286564. OLE color: 8286564.

HSL color Cylindrical-coordinate representation of color #64717E: hue angle of 210º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #64717E is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB100113126-
CMYK0.210.1000.51
HSL210º11.5%44.31%-
HSV(B)210º20.63%49.41%-
XYZ14.9316.0322.05-
YUV110.6136.69120.44-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.50%
GREEN value IS 113 (44.53% from 255) = 33.33%
BLUE value IS 126 (49.61% from 255) = 37.17%
R=29.50%
G=33.33%
B=37.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1001131260.210.1000.5121011.544.31
Hex64717E15A033d2c2c
Octal14416117625120633221454
Binary1100100111000111111101010110100110011110100101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64717E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64717E; }

 p { color: rgb(100,113,126); }

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

<style>
 a { background-color: #64717E; }

 a { background-color: rgb(100,113,126); }

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

<style>
 span { border-color: #64717E; }

 span { border-color: rgb(100,113,126); }

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