#647487

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

Shades of Raven #647487

Tints of Raven #647487

Color information

#647487 (or 0x647487) is unknown color: approx Raven. HEX triplet: 64, 74 and 87. RGB value is (100,116,135). Sum of RGB (Red+Green+Blue) = 100+116+135=351 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.49% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 135 (53.12% from 255 or 38.46% from 351); Max value from RGB is 135 - color contains mainly: blue. Hex color #647487 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647487 is #9B8B78. Grayscale: #717171. Windows color (decimal): -10193785 or 8877156. OLE color: 8877156.

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

Color convert

RGB100116135-
CMYK0.260.1400.47
HSL212.57º14.89%46.08%-
HSV(B)212.57º25.93%52.94%-
XYZ15.8716.9525.36-
YUV113.38140.2118.46-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.49%
GREEN value IS 116 (45.70% from 255) = 33.05%
BLUE value IS 135 (53.12% from 255) = 38.46%
R=28.49%
G=33.05%
B=38.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1001161350.260.1400.47212.5714.8946.08
Hex6474871AE02Fd5f2e
Octal14416420732160573251756
Binary11001001110100100001111101011100101111110101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647487; }

 p { color: rgb(100,116,135); }

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

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

 a { background-color: rgb(100,116,135); }

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

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

 span { border-color: rgb(100,116,135); }

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