#647282

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

Shades of Raven #647282

Tints of Raven #647282

Color information

#647282 (or 0x647282) is unknown color: approx Raven. HEX triplet: 64, 72 and 82. RGB value is (100,114,130). Sum of RGB (Red+Green+Blue) = 100+114+130=344 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.07% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 130 (51.17% from 255 or 37.79% from 344); Max value from RGB is 130 - color contains mainly: blue. Hex color #647282 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647282 is #9B8D7D. Grayscale: #6F6F6F. Windows color (decimal): -10194302 or 8548964. OLE color: 8548964.

HSL color Cylindrical-coordinate representation of color #647282: hue angle of 212º 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 #647282 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB100114130-
CMYK0.230.1200.49
HSL212º13.04%45.1%-
HSV(B)212º23.08%50.98%-
XYZ15.316.3623.47-
YUV111.64138.36119.7-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.07%
GREEN value IS 114 (44.92% from 255) = 33.14%
BLUE value IS 130 (51.17% from 255) = 37.79%
R=29.07%
G=33.14%
B=37.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1001141300.230.1200.4921213.0445.1
Hex64728217C031d4d2d
Octal14416220227140613241555
Binary11001001110010100000101011111000110001110101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647282; }

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

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

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

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

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

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

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

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