#646E7F

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

Shades of Raven #646E7F

Tints of Raven #646E7F

Color information

#646E7F (or 0x646E7F) is unknown color: approx Raven. HEX triplet: 64, 6E and 7F. RGB value is (100,110,127). Sum of RGB (Red+Green+Blue) = 100+110+127=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 127 - color contains mainly: blue. Hex color #646E7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646E7F is #9B9180. Grayscale: #6C6C6C. Windows color (decimal): -10195329 or 8351332. OLE color: 8351332.

HSL color Cylindrical-coordinate representation of color #646E7F: hue angle of 217.78º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #646E7F is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB100110127-
CMYK0.210.1300.50
HSL217.78º11.89%44.51%-
HSV(B)217.78º21.26%49.8%-
XYZ14.6615.3922.28-
YUV108.95138.19121.62-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.67%
GREEN value IS 110 (43.36% from 255) = 32.64%
BLUE value IS 127 (50% from 255) = 37.69%
R=29.67%
G=32.64%
B=37.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1001101270.210.1300.50217.7811.8944.51
Hex646E7F15D032dac2d
Octal14415617725150623321455
Binary1100100110111011111111010111010110010110110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,110,127); }

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

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

 a { background-color: rgb(100,110,127); }

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

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

 span { border-color: rgb(100,110,127); }

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