#647386

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

Shades of Raven #647386

Tints of Raven #647386

Color information

#647386 (or 0x647386) is unknown color: approx Raven. HEX triplet: 64, 73 and 86. RGB value is (100,115,134). Sum of RGB (Red+Green+Blue) = 100+115+134=349 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.65% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 134 (52.73% from 255 or 38.40% from 349); Max value from RGB is 134 - color contains mainly: blue. Hex color #647386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647386 is #9B8C79. Grayscale: #707070. Windows color (decimal): -10194042 or 8811364. OLE color: 8811364.

HSL color Cylindrical-coordinate representation of color #647386: hue angle of 213.53º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #647386 is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB100115134-
CMYK0.250.1400.47
HSL213.53º14.53%45.88%-
HSV(B)213.53º25.37%52.55%-
XYZ15.6916.6924.95-
YUV112.68140.03118.96-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.65%
GREEN value IS 115 (45.31% from 255) = 32.95%
BLUE value IS 134 (52.73% from 255) = 38.40%
R=28.65%
G=32.95%
B=38.40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1001151340.250.1400.47213.5314.5345.88
Hex64738619E02Fd6f2e
Octal14416320631160573261756
Binary11001001110011100001101100111100101111110101101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647386; }

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

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

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

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

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

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

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

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