#646C7F

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

Shades of Raven #646C7F

Tints of Raven #646C7F

Color information

#646C7F (or 0x646C7F) is unknown color: approx Raven. HEX triplet: 64, 6C and 7F. RGB value is (100,108,127). Sum of RGB (Red+Green+Blue) = 100+108+127=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 127 - color contains mainly: blue. Hex color #646C7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646C7F is #9B9380. Grayscale: #6B6B6B. Windows color (decimal): -10195841 or 8350820. OLE color: 8350820.

HSL color Cylindrical-coordinate representation of color #646C7F: hue angle of 222.22º 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 #646C7F is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB100108127-
CMYK0.210.1500.50
HSL222.22º11.89%44.51%-
HSV(B)222.22º21.26%49.8%-
XYZ14.4514.9722.21-
YUV107.77138.85122.46-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.85%
GREEN value IS 108 (42.58% from 255) = 32.24%
BLUE value IS 127 (50% from 255) = 37.91%
R=29.85%
G=32.24%
B=37.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1001081270.210.1500.50222.2211.8944.51
Hex646C7F15F032dec2d
Octal14415417725170623361455
Binary1100100110110011111111010111110110010110111101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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