#647485

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

Shades of Raven #647485

Tints of Raven #647485

Color information

#647485 (or 0x647485) is unknown color: approx Raven. HEX triplet: 64, 74 and 85. RGB value is (100,116,133). Sum of RGB (Red+Green+Blue) = 100+116+133=349 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.65% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 133 - color contains mainly: blue. Hex color #647485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647485 is #9B8B7A. Grayscale: #717171. Windows color (decimal): -10193787 or 8746084. OLE color: 8746084.

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

Color convert

RGB100116133-
CMYK0.250.1300.48
HSL210.91º14.16%45.69%-
HSV(B)210.91º24.81%52.16%-
XYZ15.7316.8924.62-
YUV113.15139.2118.62-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.65%
GREEN value IS 116 (45.70% from 255) = 33.24%
BLUE value IS 133 (52.34% from 255) = 38.11%
R=28.65%
G=33.24%
B=38.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1001161330.250.1300.48210.9114.1645.69
Hex64748519D030d3e2e
Octal14416420531150603231656
Binary11001001110100100001011100111010110000110100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647485; }

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

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

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

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

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

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

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

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