#646D82

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

Shades of Raven #646D82

Tints of Raven #646D82

Color information

#646D82 (or 0x646D82) is unknown color: approx Raven. HEX triplet: 64, 6D and 82. RGB value is (100,109,130). Sum of RGB (Red+Green+Blue) = 100+109+130=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 130 (51.17% from 255 or 38.35% from 339); Max value from RGB is 130 - color contains mainly: blue. Hex color #646D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646D82 is #9B927D. Grayscale: #6C6C6C. Windows color (decimal): -10195582 or 8547684. OLE color: 8547684.

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

Color convert

RGB100109130-
CMYK0.230.1600.49
HSL222º13.04%45.1%-
HSV(B)222º23.08%50.98%-
XYZ14.7515.2623.29-
YUV108.7140.02121.79-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.50%
GREEN value IS 109 (42.97% from 255) = 32.15%
BLUE value IS 130 (51.17% from 255) = 38.35%
R=29.50%
G=32.15%
B=38.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1001091300.230.1600.4922213.0445.1
Hex646D821710031ded2d
Octal14415520227200613361555
Binary110010011011011000001010111100000110001110111101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646D82; }

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

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

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

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

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

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

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

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