#647184

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

Shades of Raven #647184

Tints of Raven #647184

Color information

#647184 (or 0x647184) is unknown color: approx Raven. HEX triplet: 64, 71 and 84. RGB value is (100,113,132). Sum of RGB (Red+Green+Blue) = 100+113+132=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 132 - color contains mainly: blue. Hex color #647184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647184 is #9B8E7B. Grayscale: #6F6F6F. Windows color (decimal): -10194556 or 8679780. OLE color: 8679780.

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

Color convert

RGB100113132-
CMYK0.240.1400.48
HSL215.62º13.79%45.49%-
HSV(B)215.62º24.24%51.76%-
XYZ15.3316.1924.15-
YUV111.28139.69119.96-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.99%
GREEN value IS 113 (44.53% from 255) = 32.75%
BLUE value IS 132 (51.95% from 255) = 38.26%
R=28.99%
G=32.75%
B=38.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1001131320.240.1400.48215.6213.7945.49
Hex64718418E030d8e2d
Octal14416120430160603301655
Binary11001001110001100001001100011100110000110110001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647184; }

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

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

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

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

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

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

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

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