#647182

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

Shades of Raven #647182

Tints of Raven #647182

Color information

#647182 (or 0x647182) is unknown color: approx Raven. HEX triplet: 64, 71 and 82. RGB value is (100,113,130). Sum of RGB (Red+Green+Blue) = 100+113+130=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 130 (51.17% from 255 or 37.90% from 343); Max value from RGB is 130 - color contains mainly: blue. Hex color #647182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647182 is #9B8E7D. Grayscale: #6E6E6E. Windows color (decimal): -10194558 or 8548708. OLE color: 8548708.

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

Color convert

RGB100113130-
CMYK0.230.1300.49
HSL214º13.04%45.1%-
HSV(B)214º23.08%50.98%-
XYZ15.1916.1323.43-
YUV111.05138.69120.12-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.15%
GREEN value IS 113 (44.53% from 255) = 32.94%
BLUE value IS 130 (51.17% from 255) = 37.90%
R=29.15%
G=32.94%
B=37.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1001131300.230.1300.4921413.0445.1
Hex64718217D031d6d2d
Octal14416120227150613261555
Binary11001001110001100000101011111010110001110101101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647182; }

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

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

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

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

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

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

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

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