#647381

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

Shades of Raven #647381

Tints of Raven #647381

Color information

#647381 (or 0x647381) is unknown color: approx Raven. HEX triplet: 64, 73 and 81. RGB value is (100,115,129). Sum of RGB (Red+Green+Blue) = 100+115+129=344 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.07% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 129 (50.78% from 255 or 37.5% from 344); Max value from RGB is 129 - color contains mainly: blue. Hex color #647381 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647381 is #9B8C7E. Grayscale: #707070. Windows color (decimal): -10194047 or 8483684. OLE color: 8483684.

HSL color Cylindrical-coordinate representation of color #647381: hue angle of 208.97º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #647381 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB100115129-
CMYK0.220.1100.49
HSL208.97º12.66%44.9%-
HSV(B)208.97º22.48%50.59%-
XYZ15.3516.5623.16-
YUV112.11137.53119.36-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.07%
GREEN value IS 115 (45.31% from 255) = 33.43%
BLUE value IS 129 (50.78% from 255) = 37.5%
R=29.07%
G=33.43%
B=37.5%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1001151290.220.1100.49208.9712.6644.9
Hex64738116B031d1d2d
Octal14416320126130613211555
Binary11001001110011100000011011010110110001110100011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647381; }

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

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

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

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

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

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

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

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