#646B7E

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

Shades of Raven #646B7E

Tints of Raven #646B7E

Color information

#646B7E (or 0x646B7E) is unknown color: approx Raven. HEX triplet: 64, 6B and 7E. RGB value is (100,107,126). Sum of RGB (Red+Green+Blue) = 100+107+126=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 107 (42.19% from 255 or 32.13% from 333); Blue value is 126 (49.61% from 255 or 37.84% from 333); Max value from RGB is 126 - color contains mainly: blue. Hex color #646B7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646B7E is #9B9481. Grayscale: #6A6A6A. Windows color (decimal): -10196098 or 8285028. OLE color: 8285028.

HSL color Cylindrical-coordinate representation of color #646B7E: hue angle of 223.85º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #646B7E is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB100107126-
CMYK0.210.1500.51
HSL223.85º11.5%44.31%-
HSV(B)223.85º20.63%49.41%-
XYZ14.2814.7321.83-
YUV107.07138.68122.96-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.03%
GREEN value IS 107 (42.19% from 255) = 32.13%
BLUE value IS 126 (49.61% from 255) = 37.84%
R=30.03%
G=32.13%
B=37.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1001071260.210.1500.51223.8511.544.31
Hex646B7E15F033e0c2c
Octal14415317625170633401454
Binary1100100110101111111101010111110110011111000001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,107,126); }

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

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

 a { background-color: rgb(100,107,126); }

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

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

 span { border-color: rgb(100,107,126); }

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